Thread: TI BASIC help
View Single Post
Old Apr 6th, 2005, 5:32 PM   #15
crawforddavid2006
Expert Programmer
 
crawforddavid2006's Avatar
 
Join Date: Apr 2005
Location: Not sure yet
Posts: 582
Rep Power: 0 crawforddavid2006 is an unknown quantity at this point
Send a message via AIM to crawforddavid2006 Send a message via MSN to crawforddavid2006
that did not work so i tried something else which helped here is an example

[begining of code]

Disp "UNKOWN=X"
Disp "ENTER A"
Input A
Disp "Enter B"
Input B
Disp "Enter C"
Input C
If C=X
√(A² + B²)→C
If B=X
√(C²-A²)→B
If A=X
√(C²-B²)→A
Disp “Answer Is”
Disp “A”
Disp A
Disp “B”
Disp B
Disp “C”
Disp C

Last edited by crawforddavid2006; Apr 6th, 2005 at 5:41 PM. Reason: i have no idea why it did smilies
crawforddavid2006 is offline   Reply With Quote