I'm using my TI-84, and I want to consolidate all my analytic geometry programs. How do I get the calculator to return to the original menu (which only has two options right now) after running a series of commands? Thanks in advance!
Here is the code:
Menu("Analytic Geo","Distance",1,"Midpoint",2
Lbl 1
ClrHome
Disp "CO 1"
Prompt A,B
Disp "CO 2"
Prompt C,D
(C-A)²+(D-B)²→X
√(X)→Y
Disp "SQRT",X
Disp "DISTANCE REAL",Y
ClrHome
Lbl 2
ClrHome
Disp "CO 1"
Prompt A,B
Disp "CO 2"
Prompt C,D
(A+C)/2→X
(B+D)/2→Y
Disp "MIDPOINT",X,Y