Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

just send me a flow chart and pseudo code please if anyone else I have asked doesn't send me what I need I just need

just send me a flow chart and pseudo code please if anyone else I have asked doesn't send me what I need I just need the flow chart and pseudo code.

i am really hoping you can help me out with the pseudocode and flow chart because the last two tutors couldn't help me with the flow chart. please help me with a flow chart and pseudocode.

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: 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) This project is a challenge. Do the best you can and I will grade it accordingly. Basically, I will award points for Creating a Student class that can perform the tasks requested (30 points) Creating an array of Student and loading it (20 points) Modifying the data in that array (20 points) Displaying results for all students (10 points) Proper indentation, comments, and "Nice Features" items (20 points) Note that submitting a program that does not compile is an automatic deduction of 20 points. If you have any questions, please contact me as soon as possible. An example menu might be: Enter A to Add Students Enter B to Enter Test Grades Enter C to Display Results Enter D to Exit Program Please select A, B, C, or D: For item B, you will need to prompt the user to enter the test number and then enter the value for each student for that test (if there is a previous value, you should display it and if the user enters the empty string, not change the value).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions

Question

Write a persuasive essay "When Grizzlies Walked Upright"

Answered: 1 week ago