Multiple choice

Which of the following is the decision making statements in C#?

  1. Case statement

  2. If statement

  3. Else statement

  4. If Else statement

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Explanation: It is used to control the flow of execution of statements. It is a two way decision statement.