Assignment Java-2 (EvenOrOdd)Purpose: To learn about converting a string to an int, about conditional branching, and about modulo.Write a program that will read in a number from the command line and tell me if it is even or odd. In other words, I want to type
java EvenOrOdd 28
and see
even
To do this, you will need to know how to: Instructor's solution:
Good for you! Now that you have tied up this assignment, lasso the next one. |