Asked by dark
write pseudocode to calculate the total amount customer has to pay when purchasing items from a store. The calculation includes 6% tax. Find total amount customer has to pay based on 3 item code,price and quatity
Answers
Answered by
oobleck
total=0
for i=1..3
read code, price, quantity
total += price * quantity * 1.06
next i
for i=1..3
read code, price, quantity
total += price * quantity * 1.06
next i
Answered by
Adepoju Ajibola Joseph
Write a algorithm to calculate a deduction of 5 percent salary, with the remaining 95 percent
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.