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

QuiGon
Newbie
Level:
0
Reputation:
0
Posts:
17
Likes:
1
Credits:
10
06-12-2020, 06:50 PM
#8
int main()
{
int input = 999,994;
while (input >= 1) {
std::cout << "\n" << input;
input--;
}
}

There ...1. Next topic Smile

Users browsing this thread: 1 Guest(s)