C-05-Q107mediumsingle_mcq
In Program 5.10 (n1=5, n2=7), with if/else if (n1>n2)/else, what is the output?
In Program 5.10 (n1=5, n2=7), with if/else if (n1>n2)/else, what is the output?
- aNumbers are equal
- bn1 is greater than n2.
- cn1 is smaller than n2
- dNo output