Computer Science, asked by nikhilpramod333, 9 months ago

explain different types of decision statement in c++​

Answers

Answered by joybiswas1000000
2

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.

Answered by keyboardavro
0

Answer:

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.

Explanation:

Similar questions