Computer Science, asked by soma21dhn, 5 months ago

What will be the utility of to read an integer and check whether it is an even number or odd number?​

Answers

Answered by Nathalie14
1

Answer:

An even number is an integer that is exactly divisible by 2. For example: 0, 8, -24

An odd number is an integer that is not exactly divisible by 2. For example: 1, 7, -11, 15

Explanation:

Similar questions