Cynthia is writing a program in which the user will have three choices, and the code will be executed differently based on the user's choice. Which statements should be used to accomplish this?

A. First, second, third
B. If, elif, else
C. If, else, else
D. If, then, final

B. If, elif, else