void main ()
{
int a,tab;
clrscr ();
a=1,tab=0;
while (a<=10)
tab=5*a;
a++;
printf ("%d\n",tab);
}
getch ();
No comments:
Post a Comment