//Diagrame of happy face
//Programmer name: Sohail ahmed
//Date:20/02/2010
#include<iostream.h>
#include<conio.h>
int main()
{
clrscr();
cout<<" *****"<<endl;
cout<<" * *"<<endl;
cout<<" * _ _ *"<<endl;
cout<<" * o o *"<<endl;
cout<<"* ! *"<<endl;
cout<<" * + *"<<endl;
cout<<" * ___ *"<<endl;
cout<<" * *"<<endl;
cout<<" *****<<endl;
getch();
return 0;
}
0 comments:
Post a Comment