Menu("RADIAN CONVERSION","DEGREE TO RADIAN",1,"RADIAN TO DEGREE",2
Lbl 1
Input "DEGREE=",C
C/180⯈Frac→W
Goto 3
Lbl 3
Goto 4
Lbl 2
Input "RADIAN=","LEAVE OUT PIE",A
A(180)→D
Goto 5
Lbl 4
Disp "RADIAN",P
Lbl 5
Disp "DEGREE=",D
Stop
The error is in line 4. I know there are easier ways to do this but I just wanna learn.