NEED THIS FINISHED IN 10 HOURS

Builders Inc. wants a program that allows its sales clerks to enter the diameter of a circle and the price of railing material per foot. The program should calculate and display the total price of the railing material. Use 3.1416 as the value of pi. First,  create an IPO chart for this problem, and then desk-check the algorithm twice. For the first desk-check, use 35 feet as the diameter and $2 as the price per foot. For the second desk-check, use 15.5 and $3.50. After desk-checking the algorithm, list the input,  processing, and output items in a chart similar to the one shown in Figure 3-25, and then enter the appropriate C++ declaration statements

Save your document( AS A CPP FILE) with the name material followed by your initials.

Example material-rf.cpp