A local bookstore has a markup of 10% on each book. Write a program that takes the sales price of a book as input and displays the following outputs:
the markup of the book just sold
the wholesale amounts(to go to the publisher of the book just sold)
the total sales price of all the books sold
the total markup amount of all the books sold
Use a while loop that continues to prompt the user for the price of a book. the prompt should end when the user enters a negative number for the price.
2007-08-11
09:48:24
·
1 answers
·
asked by
dingdong
1
in
Computers & Internet
➔ Programming & Design