Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

FOR JAVA PLEASE My problem is that everytime I try to write this code, I end up with an infinite amount of aestericks. Not sure

FOR JAVA PLEASE

My problem is that everytime I try to write this code, I end up with an infinite amount of aestericks. Not sure what code to write to fix this issue.

Write a program that reads a sequence of input values and displays a bar chart of the

values, using asterisks, like

this:

**********************

****************************************

****************************

**************************

**************

You may assume that all values are positive. First figure out the maximum value. That values

bar should be drawn with 40 asterisks. Shorter bars should use proportionally fewer asterisks.

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

Database Processing

Authors: David M. Kroenke

12th Edition International Edition

1292023422, 978-1292023427

More Books

Students also viewed these Databases questions

Question

1. Explain why evaluation is important.

Answered: 1 week ago