When would you use a conditional statement?
When you want to reuse a set of statements multiple times.
When you want to loop through a group of statement.
When you want your code to choose between multiple options.
When you want to group data together.