|
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
|