C++ world
Saturday, 1 June 2013
Alphabets
21:36
No comments
#include<iostream.h>
void main()
{
for(int i=0;i<10;i++)
{
cout<<"*";
if(i==0||i==5)
{
for(int j=0;j<5;j++)
cout<<" *";
}
else
{
for(int j=0;j<10;j++)
cout<<" ";
}
cout<<"*"<<endl;
}
}
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
Newer Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Pages
Home
Back to Electrcial EngineerS
Contact us
Powered by
Blogger
.
About
Popular Posts
About Me
Unknown
View my complete profile
Contact Form
Name
Email
*
Message
*
Translate
0 comments:
Post a Comment