Chapter 2: Problem 25
Write an application that reads an integer and determines and prints whether it’s 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.]
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.