Question: Write a program in Python that uses a function that accepts the number of credits from the main program and returns the classification to the
Write a program in Python that uses a function that accepts the number of credits from the main program and returns the classification to the program. The initial requirements are reproduced here for your convenience: The college classifies undergraduate students by credits completed. A student with less than 30 credits is a Freshman. At least 30 credits are required to be a Sophomore, 60 to be a Junior, and 90 to be a Senior. Display the classification based on the number of credits input by the user.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
