total=0
for i=1..3
read code, price, quantity
total += price * quantity * 1.06
next i
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
2 answers
Write a algorithm to calculate a deduction of 5 percent salary, with the remaining 95 percent