Quantcast
Viewing all articles
Browse latest Browse all 2703

Find Greatest 3 values form file

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!

Viewing all articles
Browse latest Browse all 2703

Trending Articles