Question: Write a C++ program that allows you to enter details of items you bought from the supermarket as shown below; EC:UsersuserDesktop Sem 422/CS110Assignment-1 Solution.exe Enter

Write a C++ program that allows you to enter details of items you bought from the supermarket as shown below; EC:\Users\user\Desktop Sem 422/CS110\Assignment-1 Solution.exe Enter code of first item 108 Enter price of first item 4.5 Enter code of second item 400 Enter price of second item 4.2 Then, the program will display the data as shown below. Use the correct functions, operations or tools provided by C++. Display "Grand total with 2 decimal point only. C:\Users\user\Desktop\Sem 422C110\Assignment-1 Solution.exe Enter code of first item 100 Enter price of first item 4.5 Enter code of second item 400 Enter price of second item 4.2 count of items bought Code of Items 100 2 400 Items Price 4.5 4.2 Grand total Process exited after 12.34 seconds with return value Press any key to continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
