Question: The program is written in C using scanf and printf 2) Write a program named as calcPrice.c that formats product information entered by the user
The program is written in C using scanf and printf

2) Write a program named as calcPrice.c that formats product information entered by the user and calculate the total amount of purchase. Enter item number:583 Enter unit price:13.5 Enter quantity:2 Enter purchase date (mm/dd/yyyy):09/15/2016 Item Unit Price QTY Purchase Date 583 $ 13.50 2 9/15/2016 Total Amount $ 27.00 The item number, quantity and date should be left justified; the unit price and total amount should be right justified. Hint: Use tabs to line up the columns
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
