hi!
if I have for example float x = 4923.55 and I want to check the value of the "thousands" , which is 4 how to do it? (or value of the hundreds, which is 9)
if I have for example float x = 4923.55 and I want to check the value of the "thousands" , which is 4 how to do it? (or value of the hundreds, which is 9)
Comment