C-17-Q023mediumsingle_mcq
For input num = 67, the program prints:
For input num = 67, the program prints:
- aThe number is even
- bThe number is odd
- cThe number is zero
- dInvalid input
ব্যাখ্যা
Since (a non-zero remainder), the number fails the even test and the program reports it as odd. 67 is not divisible by 2.