I am having a simple problem i want to get value after decimal points,Here is my code,
float result = slotSize/60;//slot size is int and 57
I want result 0.95 ,but i am getting 0,please help me.I tried ceil value method but it gives 1 and floor value method gives 0.