// Casting Out Nines // // Nigel Galloway. June 24th., 2012 // #include int main() { int Base = 10; const int N = 2; int c1 = 0; int c2 = 0; for (int k=1; k