You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// As we all know that the arithmatic operation between a float and an integer always results in a float
2
+
// so when we solve the question : int k = 3.0/9, the answer will be 0.33333 or something like that. But the variable "k" is of int type so it will not store the float value
0 commit comments