Builders Inc. wants a program that allows its salesclerks to enter the diameter of a circle and

Question:

Builders Inc. wants a program that allows its salesclerks 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.


IPO chart information C++ instructions Input Latex price Mylar price Latex purchased Mylar purchased sales tax rate (6%) Processing total Latex cost total Mylar cost subtotal sales tax Output total cost Figure 3-25

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: