Let us consider a simple grocery store with just 5 products. Assume that all items are sold by weight. Select 5 vegetables to use in the program.
Prompt the user to enter the price (i.e. price per pound) for each of the vegetables. A customer walks-in with an unusual request: He wants to know the maximum amount of each vegetable that can be purchased for $10. So, compute & output the max weight of each product the customer can buy for $10. Include comments in your program. Include the source code & the flowchart.