Hi i have to write a program to develop an interactive program that calculates the number of squares of siding and shingles for a rectangular house of any size. In addition to the amount of siding and shingles your program should calculate a material cost for siding and shingles.In addition to the amount of siding and shingles your program should calculate a material cost for siding and shingles. Your requirements for the program are:
1. Data is to be entered interactively.
2. The processed output to be displayed on the screen and written to a file.
3. The output will be properly formatted and labeled.
4. The interactive entry will allow for multiple houses to be entered before exiting the program.
5. For each house, there will be a line for the cost of siding and a line for the cost of shingles.
6. The squares of siding will have three costs, aluminum, vinyl and either wood or composite.
I have the code written but am unsure what to do next