> square number using calculator ~ Online tutorial

square number using calculator


PRINT THE SQUARE NUMBER


#include<studio.h>
#include<conio.h>
void main()
{
int i;
clrscr();
i=1;
while(i<=100)
{
i++;
printf("\n%d",i*i);
}
getch();
}

OUTPUT


Enter the no: 2

Please Give Us Your 1 Minute In Sharing This Post!
Please Give Us Your 1 Minute In Sharing This Post!
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Powered By: BloggerYard.Com

0 comments: