C
Christopher Weaver
I've declared o to be a double and c an int. No matter what the value of c,
o is never greater than 0 after the following line of code:
o = (c / 100);
Any ideas why?
o is never greater than 0 after the following line of code:
o = (c / 100);
Any ideas why?