Pls help to solve this

Statistical Calculator

Write a program to read in PSI (Pollutant Standards Index) level for 7 days from a user. Produce the mean, and standard deviation of the index. Your program should also produce a bar chart for each level of air quality based on PSI is given as below.

Air Quality Descriptor PSI Value
Good 0 - 50
Moderate 51- 100
Unhealthy 101 – 200
Very unhealthy 201 – 300
Hazardous Above 300
Write a program to read in ....


Yep, that's a good idea, I think you should do it. This is not a homework site, you need to show some effort yourself, then we can help. Have a look at the tutorial, top left of this screen.

Also advise not to gatecrash other people's topics, although it seems you have learnt to create your own topics.

Edit: Should also post in the beginners section, don't forget the code tags. http://www.cplusplus.com/articles/z13hAqkS/

If you have compiler errors, post all of them here, verbatim.
Last edited on
I did do it but the bar chart i dont know how to do
Topic archived. No new replies allowed.