TIB: (no subject)


[Prev][Next][Index][Thread]

TIB: (no subject)




The problem: I can't figure out how to write a program that will display or a
"yes" or "no" if the answer "C" is a fraction.  Here's what I have so far.

:Prompt A,B
:A/B->C
:If C< or equal to .9
:Then
:Disp "no
:End
:If C>.9
:Then 
:Disp "yes
:End

This is all I can think of on how to do the program. There are problems
sometimes it kicks out yes and no at the same time.  Also, I know there is an
easier ways to write this, and I would appreciate the help.


Follow-Ups: