Introduction to Computer Science
Thursday, December 4, 2014
How to Add two numbers on C++
#include <iostream> using namespace std; int main() {
int n1,n2;
cin>>n1,n2;
sum=n1+n2; Cout<<sum;
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment