Search This Blog

Sunday, 23 August 2020

sing for loop find the squares of numbers..

 #include<iostream>

using namespace std;

int main()

{

for(int i=1;i<=10;i++)

cout<<"\nsqares of "<<i<<" "<<"is="<<(i*i)<<endl;

return 0;

}


No comments:

Post a Comment

Search This Blog

Contact Form

Name

Email *

Message *

Popular Posts