My photo
Bangalore, Karnataka, India
Extending one hand to help someone has more value rather than joining two hands for prayer

Archives

print a car

Tuesday, September 1, 2009

#include<iostream.h>
#include<conio.h>
void main()
{
   clrscr();
   cout<<"    ^    "<<endl;
   cout<<"   (*)   "<<endl;
   cout<<"   /^\\  "<<endl;
   cout<<"  /~~~\\ "<<endl;
   cout<<" /-----\\"<<endl;
   cout<<" |DHAMI| "<<endl;
   cout<<" | CAR | "<<endl;
   cout<<"  -----  "<<endl;
   cout<<"()     ()"<<endl;
   getch();
 }

0 comments: