asked 209k views
5 votes
Why do we use the else command?

asked
User Oatmeal
by
8.7k points

2 Answers

4 votes
We use the else command when there are two blocks of statements that need to be defined. It provides an alternative statement for the program to complete if the previous statement is false.
answered
User Courtney Miles
by
8.4k points
5 votes

Answer:

The Else (ELSE) command is used with an IF command to specify another command that is to be conditionally processed.

Step-by-step explanation:

haver great day

answered
User Allenwang
by
7.8k points

No related questions found