Ok im kind of stumped on my java homework need some help trying to figure this part of the program out.
He wants us to write a class named month. The class should have an int field named monthNumber that holds the number of the month.
The part I am stuck on is he wants a constructor that accepts the name of the month as an argument. It should set the monthNumber field to the correct corresponding value.
And this is intro to java so nothing to advanced.
XI Wiki


