Question
In Raptor, calculate the total grocery bill, including the 13% sales tax, to be paid for items in your grocery cart. Due to a promotion
In Raptor, calculate the total grocery bill, including the 13% sales tax, to be paid for items in your grocery cart. Due to a promotion campaign, the store does not charge sales tax on the most expensive grocery item in any given customer grocery cart. If there are more than one most expensive item in the grocery cart, the sales tax will not be charged for only one item. The grocery item prices are stored in a file calledgrprices.txt, content ofgrprices.txt:
74.5
74.2
34
56
72
for the example content ofgrprices.txt, given above, the total grocery bill will be $341.40. The flow needs to be able to read from these costs from .txt file that is created. Try using a redirect input to select the text file in the flow.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started