question archive To compose a C++ console application that allows your user to enter the names and scores for up to 20 golfers
Subject:Computer SciencePrice:3.86 Bought6
To compose a C++ console application that allows your user to enter the names and scores for up to 20 golfers. The program should accept full names for golfers, that is 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 42. Your program will use a sentinel value of your choosing to permit fewer than 20 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.
Purchased 6 times