write a java program as follows: 1. prompt the user for the number of teams in the competition to be tracked. 2. for each robotics team have the user enter team's name and aggregate score from the judges. (400-1000) 3. store robotics team names and scores in separate arrays 4. code a method that gets an integer array and uses for-loop to find the index of the smallest value 5. code a method that gets an integer array and uses for-loop to find the index of the largest value 6. output all robotics teams with their aggregate scores. 7. output the team that has the highest aggregate score and the team that has the lowest aggregate score.