Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Starting a brand new term, you decide you want to make a good impression on your instructor. To do this, you want to create an
Starting a brand new term, you decide you want to make a good impression on your instructor. To do this, you want to create an application that helps process midterm exam scores, letting the instructor know which students earned the lowest score so the instructor can suggest some extra help resources.
To begin, initialize two parallel arrays hardcoding the values:
Names: Joey, Lisa, Karen, Mark, Christopher, etc.
Scores: etc.
Once you have initialized the parallel arrays with values, display the lowest score and the students with that score. Note more than one student may be tied for the lowest score. Your application should handle this.
An example run of the program, assuming usage of the data identified above is:
Example Run:
The lowest midterm score was
The students that earned this score:
Karen
Christopher
The students may benefit from extra help.
Note: Make sure your application uses good design practices, such as using methods other than main
For output, you must use the JOptionPane class.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started