C-05-Q105mediumsingle_mcq
In Program 5.8, n1 = 5 and n2 = 7 with if (n1 == n2). What is the output?
In Program 5.8, n1 = 5 and n2 = 7 with if (n1 == n2). What is the output?
- aNumbers are equal.
- bNumbers are not equal.
- cNo output, since the condition is false
- dAn error