- A Print Shop Published A List Of Printing Prices That Are Typically Based On The Number Of Copies To Be Printed Here Is 1 (88.65 KiB) Viewed 60 times
A Print Shop published a list of printing prices that are typically based on the number of copies to be printed. Here is
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
A Print Shop published a list of printing prices that are typically based on the number of copies to be printed. Here is
A Print Shop published a list of printing prices that are typically based on the number of copies to be printed. Here is the list: Number of copies 1-30 31-60 More than 60 Unit price (BD) 0.050 0.035 0.025 Write a program that reads the number of copies each customer needs to make and displays the total price the customer must pay for his copies. Keep asking the customers for the wanted number of copies until the user enters (-1). At the end, display how many customers came to the print shop and the total revenue of the shop (the money paid by all customers). A sample input/output of the program is given below: Enter the number of copies to be printed: 155 Total Price is BD 3.875 Enter the number of copies to be printed: 50 Total Price is BD 1.75 Enter the number of copies to the printed: -1 Number of customers: 2 Total revenue: 5.625