1.

Solve : Calculator Program?

Answer»

I realize a calculator isn't really a computer, but I thought I'd give it a shot anyway.

Does ANYONE know how to make a program in a calculator so that when you execute it numbers just show in the screen and KEEP changing? Like in the matrix when the rows of numbers keep going and going. I saw it on someone else's calculator but that person didn't code it himself so I was WONDERING if anyone here knew..That program would vary with each programmable calculator. Each has its own "language".So would it help if I told you it's a TI-84 Plus Silver Edition?If there is a random function on the ti-84, you could generate a line of random numbers and just print them out. It would scroll by itself as each line got full making it look like it was dropping down. It'd be a cool effect. Quote

That program would vary with each programmable calculator. Each has its own "language".

I thought they'd all use C++
So I assume no ONE really knows how to code it?just thought i'd make my first post count

go to make a new program, type in a name for it, now at the program screen enter the code

: Disp rand                                     (the rand key is in the math section, press math, left one time, and there u go
: prgm (thenamegoeshere)           the namegoeshere MEANS enter the prgm name u made up and place it there, without ()Is there a way to make it so that there are no decimals in front of the numbers?In case anyone cares, here is the correct way to make a "matrix" program:
:Lbl 0
:Disp randInt(1000000000,9999999999)
:Goto 0

Then executeCool amando

This work on Flash
I made a matrix animation


Discussion

No Comment Found