Computer Science, asked by mauryaanitamaurya01, 1 month ago

2. Write about the Decision construct.​

Answers

Answered by Anonymous
0

Answer:

If Statement

If StatementThis is the basic decision-making construct. ... If it is true the statement block inside the braces following the 'if' statement is executed. If the condition is false, then the statement block is skipped and control is passed to the statements following the 'if' block.

Similar questions