Write a program that will take in basic information from a student, including student name, degree name, number of credits taken so far, and the total number of credits required in the degree program. The program will then calculate how many credits are needed to graduate. Display should include the student name, the degree name, and credits left to graduate. Step 5: Write the exact output you would expect from the following line of code if the user of the program enters a degree that is 63 credits
Write a
Step 5: Write the exact output you would expect from the following line of code if the user of the program enters a degree that is 63 credits in total and they have taken 40 credits. (Reference: Displaying Items, page 40 – 41).
Display “This program requires “, creditsDegree, “ credits and they have taken “, creditsTaken, “ so far.”
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 1 images