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 6:  Complete the following pseudocode to solve the programming problem.   //This program takes in student information and calculates //how many credits the student has left before graduation. //Information is then printed to the screen.   //Declare variables Declare Real creditsTaken       //Ask for user input Display “Enter student name.” Input studentName           //Calculate remaining credits //Display student name, degree program, and credits left. Display “The student’s name is “, studentName

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter1: Fundamentals Of C++ Programming
Section1.3: Preliminary Three: Software Development
Problem 7E: (Statistics) This is the formula for the standard normal deviate, z, used in statistical...
icon
Related questions
Question

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 6:  Complete the following pseudocode to solve the programming problem.

 

  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.

 

  1. //Declare variables
  2. Declare Real creditsTaken
  3.  
  4.  
  5.  


  6. //Ask for user input
  7. Display “Enter student name.”
  8. Input studentName
  9.  
  10.  
  11.  
  12.  
  13.  


  14. //Calculate remaining credits


  15. //Display student name, degree program, and credits left.
  16. Display “The student’s name is “, studentName
  17.  
  18.  
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT