0
Float represents Point Numbers, such as 1,4 or 2,9, means float x = 1,1 is possible, int x = 1,1 is not possible because int can only store INTEGER numbers like 1 or 4. Thats because float needs more memory as int, because float can represent exact amounts of numbers up to 10^-99



