51.8k views
24 votes
What does an else statement do?

A. gives an alternative to the test conditions
B. always executes
C. nothing

User Jim Tough
by
4.0k points

1 Answer

8 votes

Answer:

A

Explanation:

If the first condition are not true then it executes else, but if the first condition is true then it ignores the else statement

User JuanF
by
3.6k points