You are to write the ENTIRE PROGRAM- STARTING with “#include…

Questions

Yоu аre tо write the ENTIRE PROGRAM- STARTING with “#include” stаtements =============================== The prоgrаm requires that there be a loop: For the user to enter as many INVENTORY ITEMS as they want (multiple transaction loop) ==================================================== The program requires the use of FUNCTIONS FOR All detail calculations Detail output ++++++++++++++++++++++++++++++++++++++++++++++++++++ PROGRAM SPECIFICATIONS ============== KNOWN INPUT:  markup rate is 2 (no decimal) no ordered is 20 (no decimal) ============ USER INPUT Item name (non-numeric) Cost (decimal value) No on hand  (no decimal) ==================== DETAIL CALCULATIONS(all have dec value)- USE FUNCTION FOR THIS Price (first divide the markup rate by 100.. then multiply this by the cost) Inventory amount ( add the no on hand to the no ordered) Value of the inventory (multiply the price by the inventory amount.) ========== DETAIL OUTPUT: (USE FUNCTION FOR THIS) LINE 1: item name _____ value of the inventory ____ LINE 2: Inventory amount _____  price: _____________ +++++++++++++++++++++++++++++++++++++++ SUMMARY CALC & OUTPUT- NONE ++++++++++++++++++++++++++++++++++++++++++++++++++++