Answered step by step
Verified Expert Solution
Link Copied!

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 student(s) 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: 78.5,97.0,42.5,86.5,42.5, etc.
Once you have initialized the parallel arrays with values, display the lowest score and the student(s) 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 42.5.
The student(s) that earned this score:
Karen
Christopher
The student(s) 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

XML Data Management Native XML And XML Enabled Database Systems

Authors: Akmal Chaudhri, Awais Rashid, Roberto Zicari, John Fuller

1st Edition

0201844524, 978-0201844528

More Books

Students also viewed these Databases questions

Question

5. How would you describe your typical day at work?

Answered: 1 week ago

Question

7. What qualities do you see as necessary for your line of work?

Answered: 1 week ago