Q & A by Maninder Singh

Question:

QUESTION: What are conditional statements (if, else, and switch)?

Answer:

Conditional statements allow a program to make decisions. statements execute code if a condition is true, statements provide an alternative, and statements handle multiple conditions. (if else switch)