Friday, 15 June 2012
Program To Print H In C++
#include<iostream.h>
#include<conio.h>
#include<
iomanip.h
>
main()
{
clrscr();
int i,j;
for(i=1;i<8;i++)
{
if(i==4)
{
cout<<"*********";
}
else
{
cout<<
"* *";
}
cout<<"\n";
}
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment