Search This Blog

Thursday, 20 August 2020

a TO z ARRY PATTERN

 #include<iostream>

using namespace std;

int main()

{

int i,j;

for(i='A';i<='Z';i++)

{

for(j='A';j<='Z';j++)

{

cout<<char(j);

}

cout<<endl;

}

return 0;

}


No comments:

Post a Comment

Search This Blog

Contact Form

Name

Email *

Message *

Popular Posts