Which of the following is not a decision making statement?Optionsif-elseifswitchdo-while
Question
Which of the following is not a decision making statement?Optionsif-elseifswitchdo-while
Solution
The "do-while" is not a decision making statement. It is a loop control statement. The "if-else" and "switch" are decision making statements in programming. They allow the program to take different paths based on certain conditions.
Similar Questions
Select the correct answerWhich of the following is not a decision making statement?Optionsifswitchdo-whileif-else
Which of the following decision making /conditional statement does nothing for FALSE statementsOptions :ifif elseswitchnested if-else
choice=0clear while [ $choice -ne 6 ]What does the condition in the while-statement evaluate to?
Which of the following is used with the switch statement?Optionscontinuebreakwhile
Select the correct answerWhich of the following is used with the switch statement?Optionscontinuebreakdowhile
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.