Forum Games

Let's count from 1,000,000 backward

Submitted by Xtigi, , Thread ID: 164752

Thread Closed

RE: Let's count from 1,000,000 backward

#8
int main()
{
int input = 999,994;
while (input >= 1) {
std::cout << "\n" << input;
input--;
}
}

There ...1. Next topic Smile

Users browsing this thread: 5 Guest(s)