Hey everyone,

I am a uni student, studying computer technology this semester. I have trouble programming c code. Please help with this question, I have written down some answer but i dont know if its right

The Problem
Assume you are doing some renovations in your house and you want to paint a room. Your budget for painting the room is 150$. Write a program that calculates the amount of paint needed.
a) Prompt the user to input the room’s dimensions (HxLxW)
b) Calculate and output the total area of all walls.
c) Calculate and output the amount of paint in Liters needed to paint the wall. Assume a Liter of paint covers 150 square feet.
d) Calculate the number of 3.7 Liter cans needed to paint the wall. Round the number using the “round” function from math.h library.
• Hint: save the result into a variable.
e) Output the number cans needed.
f) Assuming that a 3.7L can costs 50$, calculate and output the cost of painting the shed.
g) Calculate and output the cost for 1, 2 and 3 coats of paint, and how far is it from the budget.

I am new to the community so please feel free to contact me and message me