TI-BASIC/RTD.ti

8 lines
103 B
Text

PROGRAM:RTD
Disp "CONVERT RADIANS TO DEGREES"
Disp ""
Pause
Disp "RADIANS"
Input R
R*180/pi->D
Disp D