Question: please help make this program in python, i am new to programming and dont know where to start. Filename: have_class_lastname.py (replace lastname with your actual
Filename: have_class_lastname.py (replace "lastname" with your actual last name, as example; have_class_gumey.py) Instructions: Write a program that asks the user to enter how many credit hours they wish to take this semester, then returns back a sentence stating how many 3 credit-hour classes they would need to take and what credit hour class thly would need to take as a remainder. If the user types in: 19 The computer should respond back with: "You need 6 three credit-hour classes and 1 credit hours elsewhere" If the user types in: 15 The computer should respond back with: "You need 5 three credit-hour classes and 0 credit hours elsewhere" If the user types in: 5 The computer should respond back with: "You need 1 three credit-hour classes and 2 credit hours elsewhere" To accomplish this, you need to make use of modular, data type conversions, and adding strings together. Don't forget to have your name, date, and program name at the top in comments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
