#include<iostream>
#include<conio.h>
using namespace std;
int disp(int ,int);
int main()
{
int a,b;
cout<<"Enter the two numbers:"<<endl;
cin>>a>>b;
disp(a,b);
getch();
return 0;
}
int disp(int x,int y)
{
cout<<"Additiis:"<<x+y;
}
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