E-Knowledge Point
“Seek knowledge from the cradle to the grave”
Pages
Home
Computer
Biology
Physics
Chemistry
Free CV Template
About Us
Friday, September 28, 2018
How to print integers from 1 to 10 in C++?
#include<iostream.h>
#include<stdio.h>
#include<conio.h>
void main()
{
int count;
for(count=1;count<=1=;count++)
{
cout<<count<<"\t";
}
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment