Question: Complete the following pseudocode to solve the programming problem. Student name Bill Jones, Credits taken 63. Credits left 23| 1. //This program takes in student

Complete the following pseudocode to solve the programming problem. Student name Bill Jones, Credits taken 63. Credits left 23| 1. //This program takes in student information and calculates 2. //how many credits the student has left before graduation. 3. //Information is then printed to the screen. 4. //Declare variables 5. Declare Real creditstaken 6. 7. 8. 9. 10. //Ask for user input 11. Display "Enter student name." 12. input studentName 13. 14. 15. 16. 17. 18. 19. //Calculate remaining credits 20. 21. //Display student name, degree program, and credits left. 22. Display "The student's name is ", studentName 23. 24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
