TI-BASIC/DTR.ti

8 lines
102 B
Text

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