How would I approach Parallel Arrays to store different types of information in java
问题 I have the following task which is that: There may be up to ten teams. Parallel Arrays are used to store the team Names, as well as to keep track of the number of Wins, Overtime Losses, and Points. After the result for the last team is entered, the program outputs a summary of each team's record in the opposite order to which they were entered. Note: "W" is worth 2 points, "L" is worth 0 points, "O" is worth 1 point Sample input: 3 //Option number Toronto //phrase W //letters that loop in a