86.0k views
5 votes
Conditionals often run on {} instructions.

A
if / else

B
if / then

C
unless / until

D
up to / at least

1 Answer

4 votes

Answer: A

Explanation: This is a if/else Statement

In any programming language, the code has to make decisions and carry out actions depending on different inputs.

User Sergey Scopin
by
4.5k points