Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Coding C++ A female lecturer wants to calculate her students test marks based on 5 different tests. The total marks for each test is 10.
Coding C++ A female lecturer wants to calculate her students test marks based on 5 different tests. The total marks for each test is 10. The table below is the test marks recorded: Test 1 Test 2 Test 3 Test 4 Students Harun Test 5 3 8 6 4 Malik 6 7 9 NON Aish 4 3 7 Rifai 8 8 . 0 --N Miya 6 3 7 3 The output should include: A. Calculating the average marks for each student. B. Calculating the average marks for each test. C. Finding the student who has the highest average test marks. D. Finding the student who has the lowest average test marks E. Finding the test with the highest average marks. F Finding the test with the lowest average marks. G. Based on the average test marks, sort the student list which started from lowest marks to the highest marks. Note that all of the tasks above MUST be doing with user-defined function and 2-D array. This means that the program must include AvgMark(). FindHighest(). FindLowest() SortingList
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started