Java Taskbook Level 1.3
Print to the console all integers from 1 to 100.
Given a string, if there is more than one character in the string, print the second to last character of the string to the console.
Given two integers, find the remainder of the first number divided by the second.
Given an integer containing a month number from 1 to 12:
byte num = 1;
Determine what season this month falls in.