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
1 answer
C. to describe what should happen when the condition of an if statement isn't met