Computer Science, asked by shubhichandel63, 7 months ago

What do you mean by decision making? Explain different forms of IF construct with syntax & examples. ​

Answers

Answered by dineshsahu8024
11

Decision making is the process of making choices by identifying a decision, gathering information, and assessing alternative resolutions. Using a step-by-step decision-making process can help you make more deliberate, thoughtful decisions by organizing relevant information and defining alternatives.

Please follow me

Answered by palakmaheshwari27200
2

Answer:

Decision making statements contain conditions that are evaluated by the program. If the condition is true, then a set of statements are executed and if the condition is false then another set of statements is executed.

There are many decision making statements in C# such as:

if statement,

if…else statement,

switch statement etc.

hope it helps..............

Similar questions