Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Add Two Numbers in CPP

Add Two Numbers In CPP
#include 
using namespace std;
 int main() 

int x, y, sum; 
cout
cin>>x>>y;
sum = x + y;
 cout
return 0;
}
___________________________
For output see the video




This post first appeared on Computex Academy, please read the originial post: here

Share the post

Add Two Numbers in CPP

×

Subscribe to Computex Academy

Get updates delivered right to your inbox!

Thank you for your subscription

×