printf("Number less than previous. Program ending.\n");
system("pause");
return 0;
}
I know that it probably breaks all sorts of conventions, but it's only a quick practice that I wrote for finals next week. For the life of me I can't figure out why this one is crashing. The program doesn't even reach the second printf statement.