I am having a problem trying to divide a number. So in my in my program I have a number and I want it to divide it by 10. The problem is that the result is going to be decimal. I run my program I put the number it divdes it by ten but it shows me a number: 197844384.600000. It shows me that number all the time, it doesn't matter if I change the numbers. I am using:
printf( "%f\n", number/10)
to show the number.
Thank You,
C-+