Ask a New Question
Search
Write the pseudocode for sale price of an item given an original price and percentage discount.
1 answer
sale = original * (1 - disc/100)
Ask a New Question
or
answer this question
.
Similar Questions
Write an algorithmic description(pseudocode) and draw a flowchart for a program that calculate 20% discount of an item price &
1 answer
3. Write an algorithm and pseudocode which asks a user to enter the price of an item. Once the user enters the price, calculate
1 answer
1. Original price: $92
Discount: 15% What is the sale price? 2. Original price: $110 Sale price: $91.30 What is the discount? 3.
8 answers
clothing store is having a sale. All items are on sale for 35% off the original price. Create an equation in terms of p, the
1 answer
more similar questions