Question: This program is most easily solved using just five variables. Identify potential problems with the following variables declared in the pseudocode. Assume that the college

This program is most easily solved using just five variables. Identify potential problems with the following variables declared in the pseudocode. Assume that the college has the ability to offer half credits. (Reference: Variable Names, page 39-40). Complete the pseudocode by writing the two missing lines. (Reference: Prompting the User, page 42). Display "Enter student name." Display "Enter degree program." Input degreeName Input creditDegree Display "Enter the number of credits taken so far." What two things are wrong with the following calculation? (Reference: Variable Assignment and Calculations, page 43). creditsLeft = creditTaken - creditsDegree Write the exact output you would expect from the following line of code if the user of the program enters "Bill Jones". (Reference: Displaying Items, page 40 - 41). Display "The student 's name is ", studentName 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)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
