asked

Can you help me write Python programs for the following tasks: 1) Calculate and display the cost of printing a book where each page costs 10 cents, the back cover costs $10.00, and the front cover costs $15.00. Allow the user to enter the number of pages. 2) Calculate and display the bill amount when a user buys petrol at $1.10 per litre. Allow the user to enter the quantity of petrol purchased and add GST as 10% of the total cost. 3) Calculate and display the cost of painting a door, given that the door height is 7.5 and the door width is 4. Allow the user to enter the rate of painting.

August 13th, 2024

Sign Up to View Answers

Create an account to view answers and interact with the community!