Search results

  1. D

    How do I make a program instantly show up in TI Basic?

    Sorry I pasted another line Here is my code "AnythingThatsNotTEST"→Str1 While Str1≠"TEST" Input "What is the password?",Str1 Pause End
  2. D

    How do I make a program instantly show up in TI Basic?

    How do I make a program instantly show up after you turn on the calculator in TI basic? I have an TI84 plus CE. I am trying to make a password function so I can stop my friends from opening my calculator, and draining all the battery with geometry dash. So far all I have is this...
  3. D

    TI basic

    Thanks, after going to that website and changing things I can finally move on with my conversation program.
  4. D

    TI basic

    WHOOPS I just realized that there were RULES for the code :| ClrHome Input "What is your name? ",Str1 Disp Str1+" is an cool name!" Disp "My name is TI-84 Plus CE!" Input "How old are you? ",A If A<10 Then Disp "Wow you are so young!" End Else Disp "You are older than 9 so you are cool." End Pause
  5. D

    TI basic

    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...
Top Bottom