Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: got a question

    by Norm
    Replies
    6
    Views
    1,492

    Re: got a question

    There are three different groups of months when you consider the number of days in a month.
    Some have 30, some have 31 and one has either 28 or 29.
    Use if statements to see which group the given...
  2. Thread: got a question

    by Norm
    Replies
    6
    Views
    1,492

    Re: got a question

    What data structures and coding techniques do you know about?
    The simplest way to convert a String with the name of a month to an int value for the number of days would be an if statement with a...
  3. Thread: got a question

    by Norm
    Replies
    6
    Views
    1,492

    Re: got a question

    You could use the System.out.println() method to display the number of days on the console.

    Use 29 days for a leap year.

    Are these really your questions?
Results 1 to 3 of 3