1.What is the primary goal in using a scripting language for programming work?

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 7PP: (Numerical) Heron’s formula for the area, A, of a triangle with sides of length a, b, and c is...
icon
Related questions
Question

1.What is the primary goal in using a scripting language for programming work?

1.Write a shell program that counts the number of files in a given directory. The
directory should be specified as a command line argument. The program does
not need to count files recursively in subdirectories; instead, it should not count subdirectories at all.

 

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 2 steps

Blurred answer
Knowledge Booster
Directory and its Operations
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