Question: IN JAVA *** 6. Write a method isEven() which takes an integer as an argument and returns true if the argument is even, or false
IN JAVA ***
6. Write a method isEven() which takes an integer as an argument and returns true if the argument is even, or false otherwise. Demonstrate the method in a complete program. Sample Run: Enter a number: 5 Output: This is not an even number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
