Question: Write a method isEven that uses the remainder operator (%) to determine whether an integer is even. The method should take an integer argument and

Write a method isEven that uses the remainder operator (%) to determine whether an integer is even. The method should take an integer argument and return true if the integer is even and false otherwise. Incorporate this method into an application that inputs a sequence of integers (one at a time) and determines whether each is even or odd.

Sample run:

Enter a number: 0

0 is even

Enter y yo play again, n to quit(y/n):y

Enter a number:7

7 is odd

Enter y to play again, n to quit(y/n):n

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!