akosiraff

Download LAB 3 TV VCR Problem C++ Answer

Jul 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1.  
  2. Download: https://solutionzip.com/downloads/lab-3-tvvcr-problem/
  3. LAB 3: TV/VCR Problem
  4. Write a program to create a customers bill for a company. The company sells only five products: TV, DVD player, Remote Controller, CD Player, and Audio Visual Processor. The unit prices are $500.00, $380.00, $35.20, $74.50,and $1500.00, respectively.Prompt the user and input for the quantity of each product sold. Calculate the subtotal for each item and the subtotal of the bill. Catculate the tax on this subtotal. Last calculate the total of subtotal plus tax.
  5. How many TVs were sold? 3
  6. How many DVD players were sold? 12
  7. How many Remote Controller units were sold? 5
  8. How many CD Players were sold? 6
  9. How many AV Preocessors were sold? 7
  10.  
  11. Download: https://solutionzip.com/downloads/lab-3-tvvcr-problem/
Add Comment
Please, Sign In to add comment