Computer Science, asked by shagund600, 15 hours ago

1. What is decision making statement?​

Answers

Answered by utkarshaa07
7

Answer:

Decision making statements allow you to decide the order of execution of specific statements in your program. You can set up a condition and tell the compiler to take a particular action if the condition is met. In case the condition is not met, you can l

Answered by durgeshshukla964
3

Decision making statements allow you to decide the order of execution of specific statements in your program. You can set up a condition and tell the compiler to take a particular action if the condition is met.

Similar questions