11,797
Top Comments
see all
All Comments (5)
-
10/10
-
The compiler does not convert a double into an int before adding together at all.
If you do this: double a = 4.5, b = 4.5; int sum; sum = a + b; cout << sum << endl;
The answer is 9, not 8. If the compiler converted the double into an int before adding you would get an 8, but in this case you wont.
-
thanks alot
Loading...



How can i get the background music?,I need it for my soul which has issues.
ongaciti 1 year ago 10
your videos are great i love them thank you so much
Grandboy3000 1 year ago 3