C-17-Q149mediumsingle_mcq
In the chapter's even/odd program, what does the program print for num = 0?
In the chapter's even/odd program, what does the program print for num = 0?
- aThe number is odd
- bThe number is even (because
0 % 2 == 0) - cThe number is positive
- dError