Design and write a c++ program that inputs a series of 24


Design and write a c++ program that inputs a series of 24 hourly temperatures from a file, and outputs a bar chart (using stars) of the temperatures for the day. the temperature should be printed to the left of the corresponding bar, and there should be a heading that gives the scale of the chart. the range of temperatures should be from -30 to 120. because it is hard to display 150 characters on the screen, you should have each star represent a range of 3 degrees. that way, the bars will at most be 50 characters wide.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Design and write a c++ program that inputs a series of 24
Reference No:- TGS0142732

Expected delivery within 24 Hours