Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Using Python: Write a program that asks for the number of credits you have earned to date (may be zero for freshman). Then ask for

Using Python:

image text in transcribed

Write a program that asks for the number of credits you have earned to date (may be zero for freshman). Then ask for the number of credits you are taking this semester. Make sure all inputs have an appropriate prompt. By appropriate, I mean a prompt anyone would understand, not just someone who is writing the program. The output Display on screen your current class status. A freshman is defined as a student having completed between 0 and 23 credits, a sophomore between 24 and 59 credits, a junior is between 60-89 credits and a senior will have 90 or more completed credits. Then display: your anticipated class status following the current semester the minimum number of additional credits you will need to graduate after this semester (you now need 120 credits for most degrees) the number of additional semesters it will take to graduate if you take 15 credits per semester (assuming you pass all credits taken this semester) Write a program that asks for the number of credits you have earned to date (may be zero for freshman). Then ask for the number of credits you are taking this semester. Make sure all inputs have an appropriate prompt. By appropriate, I mean a prompt anyone would understand, not just someone who is writing the program. The output Display on screen your current class status. A freshman is defined as a student having completed between 0 and 23 credits, a sophomore between 24 and 59 credits, a junior is between 60-89 credits and a senior will have 90 or more completed credits. Then display: your anticipated class status following the current semester the minimum number of additional credits you will need to graduate after this semester (you now need 120 credits for most degrees) the number of additional semesters it will take to graduate if you take 15 credits per semester (assuming you pass all credits taken this semester)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

How flying airoplane?

Answered: 1 week ago