134k views
4 votes
In programming, we make choices through the selection construct, which is achieved by using a(n):

A.
if statement.

B.
else statement.

C.
print statement.

D.
while statement.

1 Answer

3 votes

Answer:

In programming, we make choices through the selection construct, which is achieved by using an "if" statement. Therefore, the correct answer is:

A. if statement.

Step-by-step explanation:

User RedYeti
by
8.1k points