Question

Write a program to calculate the bill for Bruce's Books. Input the number of paperback, hardcover, and coloring books. Paperbacks are $4.00. Hardcover books are $9.00. Coloring books are $2.50. Count the number of books purchased. Calculate the subtotal for each type of book. Calculate the shipping cost at $1.50 per book. Calculate 5.00% sales tax. Calculate the total. Format and display your outputs.

Fig: 1