clear //Given // L = 15 //ft - The length of the each rod A = 46.7 //sq.in - The length of the crossection r_min = 4 //in - The radius of gyration stress_yp = 36 //ksi - the yielding point stress E = 29*(10**3) //ksi - The youngs modulus C_c = ((2*(%pi**2)*E/stress_yp)**0.5) //Slenderness ratio L/R C_s1 = L*12/r_min // Slenderness ratio L/R of the present situation //According to AISC formulas printf ("a)calculated Le/r ratio is %f",C_s1) if (C_s1