Tuesday, 23 September 2014

20:43

Form PROGRAM
PROGRAM:
#include <iostream>
#include <iomanip>
using namespace std;
int main ()
{
char h1[5] = {'N','A','M','E','\0'};
char h2[7] = {'R','O','L','L','N','O','\0'};
char h3[4] = {'D','E','P','\0'};
char h4[10] = {'I','N','S','T','I','T','U','T','E','\0'};
char j7[6] = {'I','Z','H','A','R','\0'};
char j9[7] = {'F','-','4','0','3','5','\0'};
char h5[3] = {'E','E','\0'};
char h6[7] = {'A','P','C','O','M','S','\0'};
char i7[6] = {'H','A','R','I','S','\0'};
char i9[7] = {'F','-','4','0','5','6','\0'};
char v7[6] = {'A','D','N','A','N','\0'};
char v9[7] = {'F','-','4','0','4','8','\0'};
char c7[6] = {'S','A','J','I','D','\0'};
char c9[7] = {'F','-','4','0','8','4','\0'};
char a7[6] = {'F','A','H','A','D','\0'};
char a9[7] = {'F','-','4','0','2','4','\0'};
char b7[6] = {'H','A','M','I','D','\0'};
char b9[7] = {'F','-','4','0','6','2','\0'};
char d7[6] = {'A','S','L','A','M','\0'};
char d9[7] = {'F','-','4','0','5','4','\0'};
char e7[6] = {'A','A','Q','I','B','\0'};
char e9[7] = {'F','-','4','1','8','4','\0'};
char f7[6] = {'A','A','M','I','R','\0'};
char f9[7] = {'F','-','4','0','1','2','\0'};
char g7[6] = {'I','R','F','A','N','\0'};
char g9[7] = {'F','-','4','0','2','8','\0'};
cout << h1 <<setw(11)<<h2<<setw(11)<<h3<<setw(12)<<h4<<endl;
cout << j7 <<setw(10)<<j9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << i7 <<setw(10)<<i9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << v7 <<setw(10)<<v9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << c7 <<setw(10)<<c9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << a7 <<setw(10)<<a9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << b7 <<setw(10)<<b9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << d7 <<setw(10)<<d9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << e7 <<setw(10)<<e9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << f7 <<setw(10)<<f9<<setw(10)<<h5<<setw(10)<<h6<<endl;
cout << g7 <<setw(10)<<g9<<setw(10)<<h5<<setw(10)<<h6<<endl;
return 0;
}





Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 comments:

Post a Comment

 

© 2013 All in One. All rights resevered. Designed by Templateism

Back To Top