5. The following formula can be used to describe the dimensions of a loading ramp: h sin(0) where e is the incline angle of the ramp, h is the height of the ramp, and I is the length of the ramp. Write a program that calculates the needed length of a ramp given a desired incline and height. For example, given an incline of 9.5 degrees and a height of 0.5 m, a ramp needs to be 3.03 m in length. The program should prompt the user for the needed values and calculate and report the required length. The program should make use of the math library for the sin() function, and should use the macro M_PI for the value of a to convert degrees to radians (radians = degrees x ). %3D 180

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter6: Modularity Using Functions
Section: Chapter Questions
Problem 1PP
icon
Related questions
Question

Answer following question

I need help.

Thanks

6. The following formula can be used to describe the dimensions of a loading ramp:
h
sin(0):
where 0 is the incline angle of the ramp, h is the height of the ramp, and l is the
length of the ramp. Write a program that calculates the needed length of a ramp
given a desired incline and height. For example, given an incline of 9.5 degrees
and a height of 0.5 m, a ramp needs to be 3.03 m in length. The program should
prompt the user for the needed values and calculate and report the required
length. The program should make use of the math library for the sin() function,
and should use the macro M_PI for the value of a to convert degrees to radians
(radians = degrees × ).
%3D
180
Transcribed Image Text:6. The following formula can be used to describe the dimensions of a loading ramp: h sin(0): where 0 is the incline angle of the ramp, h is the height of the ramp, and l is the length of the ramp. Write a program that calculates the needed length of a ramp given a desired incline and height. For example, given an incline of 9.5 degrees and a height of 0.5 m, a ramp needs to be 3.03 m in length. The program should prompt the user for the needed values and calculate and report the required length. The program should make use of the math library for the sin() function, and should use the macro M_PI for the value of a to convert degrees to radians (radians = degrees × ). %3D 180
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Hyperlinks
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning