asked 180k views
19 votes
In an If condition, first an IF is required to test an initial expression. Optionally, we can also add additional ELIF statements to test additional expressions if the initial IF statement fails. Question: What statement can be used at the end of an IF condition to catch if all previous expressions fail

asked
User Zordid
by
7.7k points

1 Answer

8 votes

Answer:

The block of code inside the if statement is executed is the condition evaluates to true.

Explanation:

answered
User Ironzionlion
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.