int start () { int a = 4; int b = 3; int c_2 = a*a + b*b; int c = MathSqrt (c_2); Alert ("Hypothenuse=", c ); return; }