Write a cpp console application that allows your user


Problem

Write a C++ console application that allows your user to enter the names and scores for up to 24 golfers. The program should accept the full name for each golfer (first name and last name separated by a space). The program should validate user entries for golf scores to ensure that no golf score values are entered that are less than 40. Your program will use a sentinel value of your choosing to permit fewer than 24 entries. After all entries have been made, the program should display a list of the golfer's names and their corresponding golf score values sorted in order by golf score values, from highest to lowest.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a cpp console application that allows your user
Reference No:- TGS03331583

Expected delivery within 24 Hours