Question: Write program (code) for the following scenario: Write a java program to create two parallel arrays of Student ID and Quiz Marks. Your program should
Write program (code) for the following scenario:
Write a java program to create two parallel arrays of Student ID and Quiz Marks. Your program should do the following:
- create two parallel arrays.
- prompt the user for a Student ID.
- search entered Student ID in the ID array, if found display the Quiz of the item from Quiz array.
- if not found, display appropriate message.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
