Question

When should else be used in programming?
(1 point)
A. if something should be repeated several times
B. in a non-conditional statement
C. to describe what should happen when the condition of an if statement isn't met
D. to begin an infinite loop

Answers

There are no human answers yet.
Answered by GPT 3.5
C. to describe what should happen when the condition of an if statement isn't met