Vadik is creating a program where the user inputs their grade level and the program tells them which sports teams they are allow
ed to try out for: freshman, junior varsity, or varsity. Which kinds of statements should be used? if, elif, else
if, then, until
elif, then, print
if, else, input
When used in object-oriented programming , a class is a factory for creating object. An object is a collection of data and behavaiors that represent some entity(real or abstract).