Does anyone do TI-Basic programming? TI-Basic programming is programming on a TI-Basic Calculator (Texas Instruments) I do it all the time in class. It's pretty fun, i made a really stupid program today that added the number 1 continuously, it took about 30 minutes to get to 80000 starting from one...
Looked a bit like this: (Pseudocode)
real hard:rolleyes: this was just an example, i do more stuff than that.Clear home
lbl A
0 -> M
1 + M -> M
Display M
goto A






Reply With Quote