Quiz Price = $7
Please feel free to send us your queries at: [email protected]
Payment methods
1.
Given the following IF structure:
Assume that A = 7, B = 7, C = 11. What will be the output?
2. Assume a store gives a discount for senior citizens according to the following criteria:
10% discount to senior citizens who are between 55 and 74
15% discount for customers who are between 56 and 75 years old
20% discount for customers older than 75
Write a pseudocode algorithm that will print the amount of money owed. Use structured pseudocode as demonstrated in the lectures for code, ensure 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.