Re: TIB: lots of help needed


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

Re: TIB: lots of help needed




At 05:36 PM 2/14/98 -0600, you wrote:
>
>>
>>At 03:45 PM 2/14/98 EST, you wrote:
>>>
>>
>>That was too confusing, so i came up with another way, but i still have a
>>problem.
>>
>>I prompt for six things stored in variables
>>A,B,C,x,y,z
>>
>>I input A,B,C with zero.
>>I then input x,y,z with a number, lets say six.
>>
>>After all that, i test
>>
>>If (A+B+C)=0
>>then
>>disp "sin"
>>else
>>disp "cos"
>>
>>Well, since i put zero in A,B,C it should disp "sin" but it displays "cos"
>>Is there something wrong with my calculator math processor or something?
>
>
>Are you using an 85 or 86?
>If so it should be:
>

I am using an 85, but why do you need to use the ==?


>If (A+B+C)==0
>then
>disp "sin"
>else
>disp "cos"
>End
>
>Matthew
>mobets@flash.net
>
>
>
>
Alex

Visit my homepage at:
http://www.fortunecity.com/skyscraper/coding/190/index.html

Or email me at:
kimo@iland.net


References: