CBSE Class 12 Computer Science Java Basics Online Test Set G

Page 1 of 20

Question 1

Question

The_____when used in a program enables to take one of two alternative courses of action, depending on whether the value of a given Boolean-valued expression is true or false.

Answer
Else Statement
While
Do....while
If Statement