A rotary lawnmower blade rotates at 3500 rev/min. The steel blade has a uniform cross section18 in thick by 114 in wide, and has a 12-in-diameter hole in the center as shown in the figure.Estimate the nominal tensile stress at the central section due to rotation.
ENGR 121 B Lecture Notes for 10/26/2016 Spencer Kociba ● Most efficient way of combining checks/conditions are if/else statements ○ If ○ Elseif ○ Elseif ○ Else ○ End ○ You can have multiple elseifs ● Example of switch case ○ Function grade=lettergrade_using_switch(quiz_score) ○ Switch score ■ Case 10 ● grade=’A’ ■ Case 9 ● grade=’A’ ■ Case 8 ● grade=’B’ ■ ….. ■ Otherwise ● grade=’F’ ○ End %ends the switch command ○ End %ends the function ● Menu (‘prompt for what you’re c