A contractor orders, say, 30 cubic yards of premixed concrete to construct a patio that is to be, say, four inches thick. The length of the patio is to be, say, twice the width. Write a program that prompts the user to specify: 1. The amount of premixed concrete (in cubic yards) ordered 2. The thickness of the patio (in inches) 3. The ratio of length and width Ex. If the ratio is 3 to 2, have the program accept a 3 then a 2. Then compute the ratio using these numbers The program then outputs: 1. The length and width of the patio (in feet). (1 cubic yard = 27 cubic feet.) To calculate the width, you will need to: 1. Find the total cubic feet of the concrete 2. Divide the total cubic feet of concrete by the result of the length to width ratio multiplied by the thickness of the patio, over 12 (inches in a foot) 3. Square root the answer To find the square root of a decimal number, include the header file cmath using the statement #include , in your program. The function sqrt, included in this header file, determines the square root of a decimal number. For example, sart(16.0) = 4.0.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
Please help.
A contractor orders, say, 30 cubic yards of premixed concrete to construct a patio that is
to be, say, four inches thick. The length of the patio is to be, say, twice the width.
Write a program that prompts the user to specify:
1. The amount of premixed concrete (in cubic yards) ordered
2. The thickness of the patio (in inches)
3. The ratio of length and width
o Ex. If the ratio is 3 to 2, have the program accept a 3 then a 2. Then
compute the ratio using these numbers
The program then outputs:
1. The length and width of the patio (in feet). (1 cubic yard = 27 cubic feet.)
To calculate the width, you will need to:
1. Find the total cubic feet of the concrete
2. Divide the total cubic feet of concrete by the result of the length to width ratio
multiplied by the thickness of the patio, over 12 (inches in a foot)
3. Square root the answer
To find the square root of a decimal number, include the header file cmath using the
statement #include <cmath>, in your program.
The function sqrt, included in this header file, determines the square root of a decimal
number. For example, sart(16.0) = 4.0.
Focus
Transcribed Image Text:A contractor orders, say, 30 cubic yards of premixed concrete to construct a patio that is to be, say, four inches thick. The length of the patio is to be, say, twice the width. Write a program that prompts the user to specify: 1. The amount of premixed concrete (in cubic yards) ordered 2. The thickness of the patio (in inches) 3. The ratio of length and width o Ex. If the ratio is 3 to 2, have the program accept a 3 then a 2. Then compute the ratio using these numbers The program then outputs: 1. The length and width of the patio (in feet). (1 cubic yard = 27 cubic feet.) To calculate the width, you will need to: 1. Find the total cubic feet of the concrete 2. Divide the total cubic feet of concrete by the result of the length to width ratio multiplied by the thickness of the patio, over 12 (inches in a foot) 3. Square root the answer To find the square root of a decimal number, include the header file cmath using the statement #include <cmath>, in your program. The function sqrt, included in this header file, determines the square root of a decimal number. For example, sart(16.0) = 4.0. Focus
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY