Q. Which of the following is an invalid if-else statement?
β
Correct Answer: (D)
if (if (a == 1)){}
You must be Logged in to update hint/solution