35,059 views
24 votes
24 votes
Conditionals often run on {} instructions.

A
if / else

B
if / then

C
unless / until

D
up to / at least

User Laith Mihyar
by
2.7k points

1 Answer

25 votes
25 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 Shanmugharaj
by
3.2k points