Is it safe if I use comparision like this (a is int, b and c is float/double):
a == b b == c
It may hear ridiculous, but in my old programi
b is float and 10 is integer then if you compare both with your this critearia then it will give false because...
b = flaot (meance ans 3.33333333333333333333333) 10 is integer so that make sence.