Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,175

    Re: Need help with a program

    What code have you written that uses an array?
    Have you seen how arrays are used in programs? If not you will have a hard time doing this part of your assignment. What text or tutorial are you...
  2. Replies
    8
    Views
    1,175

    Re: Need help with a program

    Take a look at the tutorial:
    Defining Methods (The Java™ Tutorials > Learning the Java Language > Classes and Objects)

    Take the code you have add a println statement to the date() method that...
  3. Replies
    8
    Views
    1,175

    Re: Need help with a program

    You get values from arrays by using an index:
    theValue = theArray[theIndex];

    To get the indexes to be used, define a date method with arguments for each of the values/indexes you need to access...
Results 1 to 3 of 3