[Solved] How to do 10.1 + 3.4 ? (But the result is 13) [closed]


Are you trying to assign that to an Int? Because if so, 13.5 will be truncated to exactly 13. Make sure all your variables are floating point numbers, not integers.

0

solved How to do 10.1 + 3.4 ? (But the result is 13) [closed]