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++

2 answers

I'll ask it again. What's your question?
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