Question
THIS HAS 2 PARTS 1) The Huntington High School basketball team has five players named Art, Bob, Cal, Dan, and Eli. Accept the number of
THIS HAS 2 PARTS
1)
The Huntington High School basketball team has five players named Art, Bob, Cal, Dan, and Eli.
Accept the number of points scored by each player in a game and create a bar chart that illustrates the points scored, similar to the following output:
Enter points earned by Art >> 6
Enter points earned by Bob >> 3
Enter points earned by Cal >> 1
Enter points earned by Dan >> 7
Enter points earned by Eli >> 2
Points for Game
-----------------------------------------------------
Art ******
Bob ***
Cal *
Dan *******
Eli **
Save the file as BarChart.java.
2)
Also create the application/project called BarGraphTest.java class that has the main method and an object in order to use the BarChart 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