Subscribe For Free Updates!

We'll not spam mate! We promise.

Sunday 26 August 2012

C++ code to diagrame of happy face



//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;
}

Socializer Widget By CodingLovers
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment