make a program for:
A hydraulic lift as shown below from fluid mechanics, it can be shown that a small force F1 acting over a piston of diameter D1 can be multiplied into a large force F2 acting over a piston of diameter D2 . Assuming the lift is 90% efficient, the following formula gives the ratio DR of the piston diameters, D2 over D1
Write a C program to compute DR if F1 = 50 lb and if F2 = 4000 lb
DR = sqet ((f2)/.9F1)
A) Draw the flow chart
B) Your out-put should show like a table shown below:
C) Submit this homework in 2 versions
a) Compile & run it using SFSU university main frame (unix)
b) Compile & run it using PC compiler called ICC for windows