[Answer] 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;

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.

Leave a Reply

Your email address will not be published. Required fields are marked *