suppose i have:
int a = 12;
int b = 19;
float c = a / b;
The value for c is a float. How would I test whether or not it was an integer, or a whole number?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.