At the time of writing, the program is designed to accept one number as a maximum. Because I'm using C's unsigned int type to store numbers, the program will currently not accept any number above 2^16 ...
When I use the modulo (%) in C++ and write something like this:<P> int Mod = 18 % 8;<BR> cout << Mod;<P>I get the output: 2<P>The whole answer would be 2.25 and the modulo prints out the remainder. I ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results