C-17-Q024mediumsingle_mcq
For input num = 100, the program prints:
For input num = 100, the program prints:
- aThe number is even
- bThe number is odd
- cThe number is prime
- dNothing
ব্যাখ্যা
Since , the remainder is zero, so the condition for even is satisfied and the program prints that the number is even.