Question: Write pseudocode algorithms for the programs described as follows: Pseudo code 1: 1. the retail price of the item being purchased 2. the sales tax
Write pseudocode algorithms for the programs described as follows:
Pseudo code 1:
1. the retail price of the item being purchased
2. the sales tax rate
Once these items have been entered, the program should calculate and display the following:
1. the sales tax for the purchase
2. the total of the sale
Pseudo code 2: A program that calculates a customer's bank account balance
A program that calculates the current balance in a savings account must promot the user following:
1. the starting balance this month
2. the total amount of deposits made this month
3. the total amount of withdrawal made this month
4. the monthly interest rate
Once the program calculates the current balance, it will be displayed on the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
