(20%)
201
count to 5000
-
- English
- MiataBoy
- Closed
The Aternos forums are now deprecated
Learn more about this change here.
For help regarding Aternos, we recommend you to visit our support center.
-
-
202
-
while(count<=1000)
{
count++;
printf("%d\n",count);
}
-
you first need to declare count
-
... thanks for the disruption
-
203
-
204
-
205
-
206
-
207
-
208
-
209
-
210
-
211
-
#include<stdio.h>
#include<conion.h>
int main()
{
int count=212
while(count<=1000)
{
printf("%d\n",count);
count++
}
return 0;
}
/*Game Completed
I won 😂😂😂😂
Make A New Thread Now*/
-
i have no idea what coding/scripting language that is supposed to be -
Shretsh is disqualified
-
I'm shreshth not shretsh 😑😑😑
And that's C programming language.
-
212?
-
213