/onedimentionalarray

Write a program that reads students’ data from a file into two parallel arrays, it calculates the class average, sorts the parallel arrays in descending order, writes the sorted arrays to another file, searches the parallel arrays and displays the results (see next page).

Primary LanguageC++

Watchers