Search:

Type: Posts; User: Grot

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,172

    Re: for-each loop and a switch statement

    What I'm trying to figure out is how do I loop through the enum with the switch statement and output it through the for loop
  2. Replies
    5
    Views
    1,172

    for-each loop and a switch statement

    Hey I'm trying to Write a class called MonthTest.java that uses the enum Month and outputs the
    following:
    January has 30 days.
    February has 28 days.
    March 31 days.

    December 31 days.

    I'm...
Results 1 to 2 of 2