Question: home / study / engineering / computer science / computer science questions and answers / c++ a menu-driven program gives the user the option to

home / study / engineering / computer science / computer science questions and answers / c++ a menu-driven program gives the user the option to find statistics about different baseball ...

Question: C++ A menu-driven program gives the user the option to find statistics about different baseball p...

c++ A menu-driven program gives the user the option to find statistics about different baseball players. The program reads from a file and stores the data for ten baseball players, including players team, name of player, number of homeruns, batting average, and runs batted in. (You can make up your data, or get it online, for example: http://espn.go.com/mlb/statistics )

Write a program that declares a struct to store the data for a player. Declare an array of 10 components to store the data for 10 baseball players.

The program prints out a menu (in a loop, so this can be done again and again) giving the user a choice to:

print out all users and statistics

print out the statistics for a specific player

print out all data for a specific team

update the data for a particular player (change one of the statistics)

DO ALL WORK IN FUNCTIONS. USE A FUNCTION TO READ THE DATA, A FUNCTION TO PRINT THE MENU, and FUNCTIONS FOR EACH OF THE MENU OPTIONS.

Before the program terminates, give the user the option to store the data in an output file.

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!