so im diver trying to write a program on my calculator but having some problems, and yes I am new at it. im figuring its going to be somewhat lengthy and I wrote It on connect but I don't even know how to post a picture on here to show you what I have lol.
ClrHome
Disp "Welcome to Paul's RDP"
Disp "Enter Depth"
Input "Depth",D
Disp "Enter Time"
Input "Time",T
If D≤10 and T≤57
Then
Disp "Your Repet Letter is 'A'"
If D≤10 and 58≤T≤101
Then
Disp "Your Repet Letter is 'B'"
first off theres going to be wayyyyyy more to it, but after this it will be repetitive. but to start, when running the first half I get an answer of line 9 and 12 at the same time(a and b). if I meet the conditions of the second half I don't get an answer. same goes if I change the complex part of part 2 to an "or" statement. im not all up on programming and such and this is all listed in a book that I usually forget at home but always have my calculator for other applications.