Question: Using c++ please A file named BEE1053_EE209_Marks.txt consists the name of six students and their marks scored in three tests as shown in the following

Using c++ please
A file named BEE1053_EE209_Marks.txt consists the name of six students and their marks scored in three tests as shown in the following chart. Ahamad 15.5 17.5 12 Susan 14.5 18.5 16 Dinesh 12.5 14.5 17 Omar 12 14 16 Lee 15 17 16 John 16 16.5 15.5 Write a C++ program declaring suitable structure data type and read the file contents. Then your program should calculate the total test marks for each student and store the result in a file called BEE1053_EE209_results.txt and display to the console. Your program should also store to the file and display to console the highest and lowest mark scored in each test and the average of the total test marks scored by all the students
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
