1. write a program that finds all students who score the highest and lowest average marks of the first two
homework in cs (i). your program should read the data from a file called "hw2.txt" and displays the output to
another file called "hw2.txt" and on the screen. each data line contains student name and his/her marks. the
output should display all student names, marks, numerical grades and letter grades. in addition, you should
output the highest and lowest marks and those who earned. sample input



Answer :

Other Questions