Question: Create a program that will ask the user how many players are on the team. There should be two arrays that consists of this amount
Create a program that will ask the user how many players are on the team. There should be two arrays that consists of this amount of elements. One array should contain integers, while the other contains strings. You are storing a person's name and their jersey number. For instance, the first element in your integer array should be the jersey number that corresponds with the first element in the string array which is the player. Search the array for the lowest and highest jersey numbers. The output should be a list of players with their corresponding jersey numbers. Then display the person with the lowest jersey number and the person with the highest jersey number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
