You are on page 1of 2

Program Propeller_Mounting

var

T, cA, ce, Q, A, f, , µo, S : integer or real ;

PE, f : float ;

begin

Step 1 [start]

Step 2 [input value of T]

read T

Step 3 [determine whether the given number is positive or negative]

if (T>0)then

go to step 4

else

if (T<0)then

go to step 6

else

exit

end if

Step 4 [input the value of T, c A, ce, Q, A, f, ]

read T, cA, cB, Q, A, f, 

Step 5 [calculate the value of PE]

PE = (sqrt(^2+T^2*f*( cA^2*ce^6*Q^2+T^2))-*T)/(A*f)

write PE

go to step 8

Step 6 [input the value of µo, S, ]

read µo, S, 
Step 7 [calculate the value of f]

f = ((µo/S)^2)-^2

write f

go to step 8

Step 8 [finished]

Stop

end.

You might also like