Question
"write a program that asks the user to enter the price of an item and rate of discount. If discount is 9%, display the final cost of item"
What message do I display if its not 9%? Algorithms btw
What message do I display if its not 9%? Algorithms btw
Answers
if the original price is $100, the final cost is $91.
2. CALCULATE THE PRICE OF AN ITEM COSTING 100 GHANA CEDIS AFTER A DISCOUNT OF 10% IS APPLIED TO IT.
Related Questions
Write the pseudocode for an application that allows a user to enter the price of an item and compute...
Write a program that asks the user to enter the number of packages purchased. The program should the...
Write pseudocode for a program that calculates a customer’s total price after tax. The program will...
3. Write an algorithm and pseudocode which asks a user to enter the price of an item. Once the user...