Hello,
I am trying to figure out how I'm supposed to write a piece of code which tells my whether a number is whole or not when divided by a second number.
I am fairly new to programming, but I do have a lot of experience in web design and scripting so I'm not a total beginner and have a good understanding of the concepts involved.
For example:
[CODE=C]
#include <stdio.h>...