Home » JAVA Programming » Decision Making » Question
  1. Which of the following is not a decision making statement?
    1. if-else
    2. do-while
    3. switch
    4. if
    5. None of these
Correct Option: B

do-while is an iteration statement. Others are decision making statements.



Your comments will be displayed only after manual approval.