Pseudocode for the student grade calculator program, please Create a program to enter grades and calculate averages and letter grades. Need a class which will contain: Student Name Student Id Student Grades (an array of 3 grades) A constructor that clears the student data (use -1 for unset grades) Get functions for items a, b, and c, average, and letter grade Set functions for items a, n, and c Note that the get and set functions for Student grades need an argument for the grade index. Need another class which will contain: An Array of Students (1 above) A count of number of students in use You need to create a menu interface that allows you to: Add new students Enter test grades Display all the students with their names, ids, test grades, average, and letter grade Exit the program Add comments and use proper indentation. Nice Features:

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.4: Arrays As Arguments
Problem 6E: (Electrical eng.) Write a program that declares three one-dimensional arrays named volts, current,...
icon
Related questions
Question

 Pseudocode for the student grade calculator program, please

Create a program to enter grades and calculate averages and letter grades.

  1. Need a class which will contain:
    1. Student Name
    2. Student Id
    3. Student Grades (an array of 3 grades)
    4. A constructor that clears the student data (use -1 for unset grades)
    5. Get functions for items a, b, and c, average, and letter grade
    6. Set functions for items a, n, and c
    7. Note that the get and set functions for Student grades need an argument for the grade index.
  2. Need another class which will contain:
    1. An Array of Students (1 above)
    2. A count of number of students in use
  3. You need to create a menu interface that allows you to:
    1. Add new students
    2. Enter test grades
    3. Display all the students with their names, ids, test grades, average, and letter grade
    4. Exit the program
  4. Add comments and use proper indentation.

Nice Features:

  • I would like that system to accept a student with no grades, then later add one or more grades, and when all grades are entered, calculate the final average or grade.
  • I would like the system to display the students in alphabetical order (no matter what order they are entered in)

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
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
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage