Program: Write a program in C++ that allows a salesclerk to enter an item's price and the quantity purchased by a customer.
The store gives the customer a 10% discount when the quantity purchased is over 5.
The program should calculate and display the total amount the customer owes in fixed point notation with two decimal points of precision.
You need to implement a program that enters an item's price and the quantity. It must compile with no errors and follow the directions.