C Programming
Game Scores Assignment
Outcome:
Student will demonstrate the ability to design a menu drivenprogram.
Student will demonstrate the ability to create and use a 2Darray on
the stack.
Student will demonstrate the use of functions.
Student will demonstrate good programming style.
Program Specifications:
***********************************************
** MAIN MENU **
***********************************************
A) Enter game results
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 tohigh.
E) Quit
Your program will have a menu similar to the example above. Thegame
results will simply be the score by your team and the score byyour
opponent. The user will enter a single game result at a time.This
assignment requires the use of a 2D array. You will not need thedate of
the game or the names of the teams. All cases will be writtenwithin user
defined function. Functions should be used as much aspossible.
Submission Requirements:
Requirements will be same as the first assignment which will bethe same
for all future assignments.
YOU CANNOT
Use global variables, in this or any program ever.
Use goto statement(s), in this or any program ever.
Note for the tutor : Please create a design tools after you donewith the work