The Question : What will be the value of n after the execution of the following selection statement : int n=0; if (6>7 II 5>4) {n=5;} else n=7;
Solution for the question :
Answer: the value of n=5
The correct answer to the question is researched by our moderators and shared with you. You can give feedback by commenting for the answers you think are wrong.