question archive i need a flowchart and pseudocode for my final project
Subject:Computer SciencePrice: Bought3
i need a flowchart and pseudocode for my final project. My teacher is requesting that i need a flow chart and pseudocode to go along with the project thanks
Create a program to enter grades and calculate averages and letter grades.
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
1. Creating a Student class that can perform the tasks requested (30 points)
2. Creating an array of Student and loading it (20 points)
3. Modifying the data in that array (20 points)
4. Displaying results for all students (10 points)
5. Proper indentation, comments, and "Nice Features" items (20 points)
6. 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).