Ask your own question, for FREE!
Mathematics 30 Online
OpenStudy (cathyangs):

Does anyone know TI BASIC programming? I would really appreciate some help fixing a problem.

OpenStudy (anonymous):

Whats the problem?

OpenStudy (cathyangs):

I've written a program that uses Euclid's Algorithm to find the GCF of two integers...but it's not working perfectly. I'll type it up

OpenStudy (cathyangs):

:ClrHome Input"1st Numger", X Input"2nd Number", Y 1->Z While Z=1 abs(x-y)->A If X<Y then A->Y end If y<x then a->x end If x=y then Disp "GCF=",X 2->Z end End Stop

OpenStudy (cathyangs):

help? T.T

OpenStudy (anonymous):

I cant understand this, sorry :(

OpenStudy (cathyangs):

aw...TT.TT ok.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!