Hi, I am learning TI basic right now. I cannot get my ELSE statement to work on my calculator after an hour of trying to change things. I am trying to make my calculator have an conversation with me. Here is my code:
ClrHome
Input "What is your name? ",Str1
Disp Str1+" is an cool name!"
Disp...