Vidyalelo
Java Programming · Q24

Flow Control

Programming · Java Programming · question 24

Q24

What does the "else" statement in an "if-else" statement block indicate?

A.
A syntax error
B.
A comment
C.
The end of the if statement
D.
The block of code to execute if the condition is false
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board