Pages

💡 Now You Can Get your Assignments Sollution here... .💡 100% plagiarism Free Service...💡 Responsibility, punctuality and on-time delivery... 💡 Furnishing you with experts... 💡 experienced in your subject 100% privacy... 💡 helping you with the highest efficiency , professionalism Affordable and budget-friendly costs that do not make a hole in your wallet

C++ Code for Pattren

#include<iostream>
using namespace std;
void main()
{
int c=77,d=78,e=0;
for(int j=1;j<=24;j++)
{
for(char i=65;i<=c;i++)
{
cout<<i;
}
for(int i=1;i<=e;i++)
{
cout<<" ";
}
for(char i=d;i<=90;i++)
{
cout<<i;
}
d++;
c--;
e=e+2;
cout<<endl;
}
}
           Output:

No comments: