CODE:
#include<iostream>
using namespace std;
int main(){
int a,b,c;
cout<<"Enter the First number: ";
cin>>a;
cout<<"Enter the Second number: ";
cin>>b;
c=a+b;
cout<<"The sum is : "<<c<<endl;
}
#include<iostream>
using namespace std;
int main(){
int a,b,c;
cout<<"Enter the First number: ";
cin>>a;
cout<<"Enter the Second number: ";
cin>>b;
c=a+b;
cout<<"The sum is : "<<c<<endl;
}
About Ameer Yousuf
Templatesyard is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of templatesyard is to provide the best quality blogger templates.
No comments:
Post a Comment
Plz don't enter any spam link in the comment box!