InterviewSolution
Saved Bookmarks
| 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 |
|