Java Taskbook Level 1.4
Print to the console all even numbers from 1 to 100.
Given a string:
String str = "abcde";
Loop through and output to the console one by one all characters from the end of the line.
Given an integer containing the minute number from 0 to 60:
byte num = 30;
Determine which quarter of an hour this value falls into.