State the different way to test the decision and control statement?
Answers
Answered by
1
Answer:
The decision control statements are the decision making statements that decides the order of execution of statements based on the conditions. In the decision making statements the programmer specify which conditions are to be executed or tested with the statements to be executed if the condition is true or false.
vaa3:
thanks ❤️
Answered by
4
C++ programming language provides following types of decision making statements. An 'if' statement consists of a boolean expression followed by one or more statements. An 'if' statement can be followed by an optional 'else' statement, which executes when the boolean expression is false.
HOPE SO IT WILL HELP.....
Similar questions