Search This Blog

Thursday, 20 August 2020

12345 array printing

 #include<iostream>

using namespace std;

int main()


 {

 

int i,j;

for(i=1;i<=5;i++)

{

for(j=1;j<=5;j++)

{

cout<<j;

}

cout<<ends<<endl;

}

return 0;

}


No comments:

Post a Comment

Search This Blog

Contact Form

Name

Email *

Message *

Popular Posts