1. During the writing and compiling of a program, what two steps must be taken to make use of a library?

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter2: Problem Solving Using C++using
Section2.6: A Case Study: Radar Speed Traps
Problem 7E: (Thermodynamics) a. Design, write, compile, and run a program that determines the work,W, performed...
icon
Related questions
Question

Assignments provided in the picture.

Thanks

1. During the writing and compiling of a program, what two steps must be taken to
make use of a library?
2. Answer the following question.
6. The following formula can be used to describe the dimensions of a loading ramp:
h
sin(0) =7
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 z to convert degrees to radians
(radians = degrees × ).
3. What is the primary goal in using a scripting language for programming work?
4.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.
Transcribed Image Text:1. During the writing and compiling of a program, what two steps must be taken to make use of a library? 2. Answer the following question. 6. The following formula can be used to describe the dimensions of a loading ramp: h sin(0) =7 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 z to convert degrees to radians (radians = degrees × ). 3. What is the primary goal in using a scripting language for programming work? 4.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.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Table
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