/* * You’ve got some code that you want to neutralize. * However, you don’t want to just delete the code--it might be useful later. * Instead, you want to “comment it out”. */ #include #include int main(int argc, char *argv[]) { int total = 0; for (int i=1; i