Answered You can hire a professional tutor to get the answer.
Develop a Raptor flowchart to calculate the total grocery bill, including the 13% tax, to be paid for items in your grocery cart.
Develop a Raptor flowchart to calculate the total grocery bill, including the 13% tax, to be paid for items in your grocery cart. Due to a promotion campaign, the store does not charge customers for the cheapest grocery item in their grocery cart. If there are more than one cheapest item in the grocery cart, the customer will not be charged for only one item. The prices are stored in a file called prices.txt, an example content is provided below. The solution must work for any arbitrarily large file (i.e. the number of item prices must not be hard coded in the algorithm).
Example content of prices.txt :
24.5
34.5
12
56.7
12
Hint: for the example content of prices.txt, given above, the total grocery bill will be $144.30.