Write a C++ program to perform the grocery check-out procedure for a simple store with exactly 5 products: See image.
Prompt and get the weight for each product, then compute & output the total purchase amount. You can assume that all the user inputs are valid & the user will enter 0 for products (s)he does not purchase – no need to do any input validation explicitly. Submit just the source file (hw1.cpp) alone under Assignments.