Question
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 $00 of sales. in c++
Answers
Related Questions
Create a Sales application that prompts the user for a series of sales figures and then implements a...
Write a program that asks the user to enter the number of packages purchased. The program should the...
how do you design a program that asks the user to enter a store's sales for each day of the week. th...