Find the Surface area OR the volume of a right cylinder: Cls "PUSH 1 FOR SA" "PUSH 2 FOR VOL"?->Z If Z=1:Then Goto 2 Else Goto 3 IfEnd Lbl 2 "RADIUS"?->R "HEIGHT"?->H (R*2)->D (D*Pi*H)+2(R^2*Pi)_ Lbl 3 "RADIUS"?->R "HEIGHT"?->H (R^2*Pi)H_