Question: Write an application in Java that reads an integer and determines and prints whether its odd or even. [ Hint: Use the remainder operator. An
Write an application in Java that reads an integer and determines and prints whether its odd or even. [Hint: Use the remainder operator. An even number is a multiple of 2. Any multiple of 2 leaves a remainder of 0 when divided by 2.]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
