If a program needs to respond to what the user inputs by printing one of three different statements, what will the program require?

(1 point)
• database
• random number generator
• decision generator
• conditional statement

1 answer

The program will require a conditional statement. This allows the program to make decisions based on the user's input and respond accordingly with one of the three statements.