I want the program to ask for and get the price of a book from a user. The program will then multiply the price by 7% sales tax and display both the sales tax and final price of the book (price + sales tax) on the screen. using Netbeans

1 answer

WRITE A PROGRAM THAT WILL ASK FOR A PRICE. IF THE PRICE IS GREATER THAN 1000, COMPUTE A 10% DISCOUNT FROM THE ORIGINAL PRICE. DISPLAY THE COMPUTED DISCOUNT.