Question: Using c programming language, write a program that will read in game scores from the user. Each score consists of a score for YOUR team

Using c programming language, write a program that will read in "game scores" from the user. Each score consists of a score for YOUR team and a score for the OTHER team. You don't need names or dates for the games. Just the scores. You'll use a 2D array to store the scores.

A) Enter game result B) Current Record (# of wins and # of losses and # of ties) C) Display ALL results from all games WON D) Display ALL results ordered by opponent score from low to high. E) Quit Create a switch menu similar to the example above. The user will enter a single game result at a time. All menu options should be implemented within programmer-defined function. Functions should be used as much as possible. DO NOT Use global variables. DO NOT Use goto statement(s), in this program.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!