Hi I am a beginner in C++ and stumped on this weekend project.
There is a file that has an unknown number of college names, location, enrollment and tuition. In that order for each school
like so
OSU
Columbus
100,000
18,000
I need to list the 3 schools with the highest tuition.
Any help is greatly appreciated!
There is a file that has an unknown number of college names, location, enrollment and tuition. In that order for each school
like so
OSU
Columbus
100,000
18,000
I need to list the 3 schools with the highest tuition.
Any help is greatly appreciated!