Question: //5 Create a C++program to store the team standings for the MLB as of 06/20/18 into parallel arrays. Create the parallel arrays (all arrays have

//5
Create a C++program to store the team standings for the MLB as of 06/20/18 into parallel arrays.
Create the parallel arrays (all arrays have the same exact length of 30 rows, 5 teams in each of 6 divisions) with the appropriate data types using the .csv file listing at the end of this document. You wil be provided with the data for the following 8 fields City, State, Team Name, Wins, Losses, Runs Scored, Runs Against, and Division. Below a more complete data set copied from a website with 11 fields (notice the PCT, GB and DIFF are calculated from other columns, and/or contain mixed types/missing entries). Do not create arrays for PCT, GB, and DIFF because they can be calculated from the data in other columns:
WinsLosses PCT New York 28.5 Cleveland Philadelphia Milwaukee 1 Cardinal:s incinnati Diamondbacks Los Angeles San Francisco 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
