Ask a New Question
Search
Questions and answers by
Names
Questions (1)
Write pseudocode for a program that calculates a customer’s total price after tax. The program will ask the user for the price
3 answers
3,568 views
Answers (3)
This is what I have so far: Modular Pseudocode Main Module Declare firstNum as int Declare secondNum as float Declare sum as char Call User Input Module Call Calculations Module Call Output Module Welcome Module Write “Simple Multiplication” Write
I know how to add the sales tax I just need help with the pseudocode part
Write pseudocode for a program that calculates a customer’s total price after tax. The program will ask the user for the price of the item they are buying. Then the program will add a 5% tax to the item and output the final price. So if I tell the