Question: Programming Assignment ( Groups 1 or 2 ) Write a C program that does the following: 1 - Read the students information from input file
Programming Assignment Groups or
Write a C program that does the following:
Read the students information from input file as follows.
First Name Last Name Test Test Final Exam
First Name Last Name Test Test Final Exam
First Name Last Name Test Test Final Exam
Find the Course score for each student by allocating for MaxTest Test for MinTest Test and for the Final Exam. Round the course scores.
Find the letter grade for each student using the following criteria:
i A
ii B
iii. C
iv
v
Write the students names, Course Scores, Letter grades to an output file in increasing order of the course score. Use the QuickSort algorithm for sorting. Implement the QuickSort yourself; do not use any predefined QuickSort function in C
First Name Last Name Course Score Letter Grade
First Name Last Name Course Score Letter Grade
First Name Last Name Course Score Letter Grade
Upload your source code, sample input file, and sample output file and a paragraph document about what worked and what didn't work to canvas under Homework
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
