Write a Java program as follows:
1. Prompt user for the number of students
2. For each student have user enter student’s name and exam score (0-100)
3. Store names and scores in separate arrays
4. Code method which gets integer array and uses for-loop to find the index of the smallest value
5. Code method which gets integer array and uses for-loop to find the index of the largest value
6. Output all students with their scores
7. Output which student has highest exam score and which student has lowest exam score
Make sure your Java program is using the recommended style such as:
Capture execution:
You should capture and label screen capture associated with compiling your code, and running a test case.
Related tasks