untuk mengurutkan angka dari 1 s.d 100

29 Januari, 2009

=========================================
*untuk mengurutkan angka dari 1 s.d 100
=========================================
#include
int main()
{
int x;

for (x=1;x<=100;x++)
{printf ("%d\n",x);}

return 0;
}

Related Post:

0 komentar:

About This Blog

Lorem Ipsum

  © Free Blogger Templates Columnus by Ourblogtemplates.com 2008 and Modified by blog wallpaper

Back to TOP