223k views
5 votes
Which word should be used to begin the line of code that will direct the program to do something if a condition is not met?

2 Answers

3 votes

Answer:

I think it may be "else"

Step-by-step explanation:

User Gannet
by
4.8k points
2 votes

Answer: If then?

Step-by-step explanation:

I'm not necessarily a programming master by all means, but it could maybe be an if-then statement? If (condition is not met) then (direct the program to do something)

Sorry if I couldn't help

User Carl Mastrangelo
by
4.7k points