V
VijaKhara
Hi all
In my codes, I have something a=b+(1/3); (a and b are two double
variables)
The result always is that (1/3)=0 and I got the wrong answer a=b. I
have to replace it by a=b+0.333 to get the correct answer.
How to over come this problem?
Thanks
In my codes, I have something a=b+(1/3); (a and b are two double
variables)
The result always is that (1/3)=0 and I got the wrong answer a=b. I
have to replace it by a=b+0.333 to get the correct answer.
How to over come this problem?
Thanks