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.