accept 25 numbers and count how many numbers are even in c++
Answers
Answered by
0
Answer:
To check whether an integer is even or odd, the remainder is calculated when it is divided by 2 using modulus operator %. If remainder is zero, that integer is even if not that integer is odd.
Similar questions
History,
3 months ago
Computer Science,
3 months ago
English,
7 months ago
Hindi,
7 months ago
Physics,
1 year ago