#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;
}
Easy programming and better way to learn the programming . if you like the scorce code do like like share and subscribe the chennel.
No comments:
Post a Comment