Question: Please use c++ codeblocks The purpose of this program is to identify the forces of each member of the truss below (Fas, FD.F Fao, Fou,Fe,
The purpose of this program is to identify the forces of each member of the truss below (Fas, FD.F Fao, Fou,Fe, Fox) and to state whether they are in tension or compression. Use the example we worked in class to determine the reaction forces (A. Ay, and Cy) and complete the analysis by the Method of Joints. When you have finished the program, you will upload the.cpp file to D2L in the Assessment Dropbox folder named Co+ Program. Check with me before you leave to make sure I have received your file. F, Program Requirements 1. Use CodeBlocks to build and run your program. Name your program: Lastname Truss.cpp 2. Your code should be properly commented to describe what you are doing. 3. The user should be prompted to enter pitch width, x, height, h, and the applied forces F, and F 4 You must create and use a function to calculate the hypotenuse of the right triangle you will need to help determine x and y force components 5. of the truss members You must create and use a function to evaluate whether a force in Tension or Compression. The function will be called multiple times, once for each member. Any force value that has a magnitude from 0.00001
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
