Your task is to write a program to calculate the cost of the paint needed to paint the interior of a house. The program will read the following information from the user:
a) The number of rooms which need to be painted. Need to be positive, otherwise ask the user to re-enter until correct.
b) The total wall area in square meter (sqm) for each room in the house. Need to be positive, otherwise ask the user to re-enter until correct.
c) The type of paint required for each room in the house. The user needs to choose from the following:
a. Low sheen $17.60 per sqm
b. Semi Gloss $20 per sqm
c. Matt $14.30 per sqm
Based on the choice of user, the program will output the following:
a) The total area to be painted
b) The total cost of the paint
For this task you will need to submit the following:
a) The complete code on OnlineGDB.
b) The code documentation with the flow chart of the program as the last page of the document.