Write a pseudocode algorithm Solved

15.00 $

Category:

Description

5/5 - (4 votes)

Write a pseudocode algorithm for a computer store that inputs the type of customer and the amount of the purchase, and will print the discount amount and the amount of money owed. Assume the store gives a 5% discount for all students on purchases less than $50, a 10% discount to students whose total purchase is between $50 and $99, and 15% on purchases of $100 or more. Nonstudents do not get a discount. Use structured pseudocode as demonstrated in the lectures for code, ensure that all variables are declared, prompt the user for the appropriate input, and display a meaningful output message. Make sure that the total purchase is greater than 0

  • PseudoCode.txt