Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 studentsStep 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