Hi,
I have 2 codes below which is almost the same but with difference answer.
Anyone can explain?
score = 1.8PHP Code:double score;
score = 9.00 / 5
vs
score =1PHP Code:double score;
score = 9 / 5
thanks,
Popskie
|
Results 1 to 3 of 3
Thread: [2.0] is this bug in C#?Threaded View
|
Click Here to Expand Forum to Full Width |