Quiz #3

1. Write a static method called Even that accepts one integer argument and returns true if that argument is even and false otherwise.

 

2. Write a while loop that will print out every 5th number from 1 to 100, i.e., 1, 6, 11, 16, etc.