What are classes used for?
To hold variables
To combine variables and print statements
To reduce repeated code by grouping it into a class
They help prevent errors
To reduce repeated code by grouping it into a class.