Computer Science, asked by diascameo, 5 months ago

state any four decision making statements​

Answers

Answered by arthkunder33
0

Decision making statements available in C or C++ are:

if statement.

if else statements.

nested if statements.

if-else-if ladder.

switch statements.

Jump Statements: break. continue. goto. return.

Similar questions