1.

Which of the following is not a decision making statement?(a) if(b) if-else(c) switch(d) do-whileThe question was posed to me in my homework.This interesting question is from Control Statements in portion Operators and Control Statements of Java

Answer»

Correct choice is (d) do-while

The best EXPLANATION: do-while is an ITERATION statement. OTHERS are DECISION making STATEMENTS.



Discussion

No Comment Found

Related InterviewSolutions