I have one integer value which is 48. when i am using divide for this number from 100 using calculator then the value is 0.48. but the same i am trying with my code then getting 0 value.
like int value=48. int changeValue = 48/100;
changeValue value is:0.
Need help.