Reputation: 67
I wrote a simple java program in which I input two numbers and then a little bit of information is printed in the console.
Do any of you know how I could run this on a TI-84 Plus calculator?
Upvotes: 5
Views: 1730
Reputation: 697
There isn't a way to run Java on a TI-84.
However for simple programs you can use TI-Basic
which is a simple language that you can code directly on your calculator. Simply do prgm - new - create new
You then enter in the name of your program and press enter. You'll be brought to an editor in which you can put your code. Pressing prgm
will bring up a menu with many basic functions such as if
statements, input/output, and graphing.
Since typing on a calculator is pretty tiring, you can download the TI Connect
app which let's you code on your computer then send it to your calculator.
Upvotes: 4