Skip to main content
Search
Search This Blog
Papgua
Pages
Home
Technoworld
Coding
Games
More…
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
C++
Coding
March 04, 2015
C++ Vertical line(PATTERN 2)
#include<stdio.h>
#include<iostream.h>
#include<conio.h>
void main()
{
cout<<"Enter a Numeric value";
int n;
cin>>n;
for(int i=0;i<=n;i++)
printf("|\n");
getch();
}
Posted by lol ik
Comments
Popular Posts
September 09, 2017
Play Super Mega Ultra Battle Robot 2.0
July 25, 2017
A Certain Scientific Railgun
Comments
Post a Comment