I have an array of integers which contains some numbers , for example consider 4485 , now I want to devide 4485 to 100 and put 44.85 into a float array but what I finally have is 44 ! why is that ? how can I have 44.85 ?
1