Programming (12th Grade)
if-elif-else/operators
What is the purpose of the elif statement?
To check another condition if the if statement is false
To end the if statement
To create a loop
To print a message
Next