Computer Science, asked by saksh5514, 5 months ago

state the different ways to test the decision and control statement.​

Answers

Answered by Anonymous
6

Explanation:

There are basically 3 types of decision control statements.

if statement

if-else statement

switch –case statement

Answered by keyboardavro
0

Answer:

Explanation:

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.

Similar questions