Search found 2 matches

by northpad
Thu Aug 19, 2010 10:20 pm
Forum: Technical Questions and Answers
Topic: Help with my TI-82
Replies: 2
Views: 2228

Re: Help with my TI-82

Ok I'll write out the code

Clrhome
Disp "Total Crates"
Input M
Disp " Total Footage"
Input L
Disp "Target Weight"
Input T
Disp "Board weight"
Input B
Lbl A
Disp "Crate Weight"
Input A
A-B->N
T*L->P
N/P->O
O*100-100->W
M*B->Z
L*M->Y
If A=0
GoTo B
ClrHome
Disp "Net Weight"
Disp N
Fix1
Disp "Over ...
by northpad
Wed Aug 18, 2010 2:50 pm
Forum: Technical Questions and Answers
Topic: Help with my TI-82
Replies: 2
Views: 2228

Help with my TI-82

So I wrote a small program on my TI-82 for work. It works great but I want to improve it. I want to have a running total for an input that is
stored in the program. I can write out the code if need be, but I'm stoned and don't want to... HAHA
Thanks