Write a program that asks for the name of a pole vaulter and the dates and vault height (in meters) of the athlete's three best vaults. It should then report in order of the hieght (best first), the date on which each vault was made and its height.
Input Validation: Only accept values between 2.0 and 5.0 for the heights.
If someone could help me solve greatly appreciated. I have been doing C++ for only a few weeks in college so i am a little new and need to get a little help.