#include<iostream>
using namespace std;
int got(int ,int );
int main()
{
int a,b;
cout<<"enter the two nmbers:n";
cin>>a>>b;
got(a,b);
return 0;
}
int got(int x,int y)
{
int z =x+y;
cout<<"addition is :"<<z;
}
Easy programming and better way to learn the programming . if you like the scorce code do like like share and subscribe the chennel.
No comments:
Post a Comment