Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

Need help with an assignment

+1 vote
asked May 7, 2020 by Iftiaq (620 points) 1 flag
There are 10 people in a class (the specific number is entered by the keyboard) to take the final exam, and there are 3 exams. Define the structure type to describe student information. Each student information includes: student ID, name, grades of multiple courses, total grades and average grades. Using the array of structures as the function parameters, program the student achievement management system as follows.
(1) Enter each student's student ID, name, and test scores for each subject.
(2) Calculate the total score and average score of each course.
(3) Calculate the total score and average score of each student.
(4) Output each student's student ID, name, test scores of each subject, and the total and average scores of each course.

1 Answer

0 votes
answered Sep 28, 2020 by Jayden Neifert Reeves (530 points)
You need to learn boolean and scanners in order to start that
commented Sep 29, 2020 by Peter Minarik (86,040 points)
The original question was for C not Java.

Also, the question was asked more than 4 months ago.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...