218k views
0 votes
Ashton is creating a game that needs to check whether the player has picked up the secret object. What kind of statement should Ashton use?

A.
sometimes statement
B.
first/then statement
C.
conditional statement
D.
priority statement

User GFlam
by
4.0k points

1 Answer

2 votes

Answer:

C. conditional statement

Step-by-step explanation:

Ashton should use a conditional statement to check whether the player has picked up the secret object in his game. A conditional statement is a type of programming statement that allows a program to make a decision based on certain conditions. In Ashton's game, the conditional statement would check whether the player has picked up the secret object, and if they have, it would perform a certain action.

User Tony Breyal
by
5.6k points