Search:

Type: Posts; User: Rauda

Search: Search took 0.09 seconds.

  1. Replies
    16
    Views
    905

    Re: [ Build An Alarm ]

    create a main class to test your clock
  2. Replies
    16
    Views
    905

    Re: [ Build An Alarm ]

    yeah i want the whole code
  3. Replies
    16
    Views
    905

    Re: [ Build An Alarm ]

    yeah
    i need to do them in package I guess and class something like that
    a classTester for the main class clock
    the question explains it all
  4. Replies
    16
    Views
    905

    Re: [ Build An Alarm ]

    public class Clock {

    private int hr;
    private int min;
    private int sec;

    public int getHour() {
    return hr;
    }
  5. Replies
    16
    Views
    905

    Re: [ Build An Alarm ]

    i didn't understand
    do it for me:(
  6. Replies
    16
    Views
    905

    Re: [ Build An Alarm ]

    ok so, that's what I've done so far..
    you got the idea right?




    public class Clock {
    private int hr;
    private int min;
    private int sec;
  7. Replies
    0
    Views
    770

    columns and rows [incomplete]

    Write the following methods in a Java program:

    a) A Java method fillArray() that shall fill a 2D array from the keyboard . The method input parameters are an array A and the array size.
    b) A...
  8. Replies
    16
    Views
    905

    Re: [ Build An Alarm ]

    Thank you for the reply :D
    I didn't start the program yet
    didn't know how to start :-??
  9. Replies
    16
    Views
    905

    [ Build An Alarm ]

    Implement a Clock class that has a tick method tick() and variables: hr, min, and sec. Build a test class that has:

    C1_int as an initial time (e.g., 10:30:00)  Clock c1_int = new Clock();...
  10. Thread: Hello

    by Rauda
    Replies
    0
    Views
    698

    Hello

    This is my very first post in this beautiful community.
    I'm really looking forward to help each other and get more knowledge about programming. b-)
Results 1 to 10 of 10