C++ Concepts
Here ~ You will get the concepts of object oriented programming language(oopl).
Home
Know me
Search This Blog
Wednesday, June 29, 2011
Simplicity Introduced In C++
Program:- 1
#include<iostream.h>
void main()
{
cout<<"Enter a number";
int x;
cin>>x;
cout<<"Enter another number";
int y;
cin>>y;
int z;
z=x+y;
cout<<"Total is"<<z<<endl;
}
No comments:
Post a Comment
Newer Post
Home
Subscribe to:
Post Comments (Atom)
Plz go for it..........
No comments:
Post a Comment