Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C by tounde ( 15 years ago )
#include<stdio.h>
int main()
{
int cent[100];
int i;
i==0;
while (i<=99)
{ cent[i]=i*100;i++;
}
printf ("la liste des centaines est:%d\n" , cent[i]);
return 0;
}
Revise this Paste