Asked by mike

write a program that asks the user to enter today's sales rounded to the nearest $100 for each of three stores. the program should then display a bar graph comparing each store's sales. create each bar in the graph by displaying a row of astericks. each asterick should represent $100 of sales. in c++

Answers

Answered by Mattsricebowl
I'll ask it again. What's your question?
Answered by Monica
write a program that asks the user to enter today's sales rounded to the nearest $100 for each of five stores. the program should then display a bar graph comparing each store's sales. create each bar in the graph by displaying a row of astericks. each asterick should represent $100 of sales

In Visual Basic
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions