You are writing an algorithm and want to tell the computer what to do if the
user does not perform an action. Which type of statement should you include
in your algorithm?
A. Return
B. When-if
C. If-else
D. And-or

Respuesta :

Answer:

you are writing an algorithm and went to tell computer what to do If the return

toacup
Answer:
C) If-else

Example:

if user :
#executes only if user
print("")

else:
#executes if user does anything but
print("")
RELAXING NOICE
Relax