#include <iostream>
using namespace std;
int add(int x, int y){
int res = x+y;
return res;
}
int main()
{
int x,y;
x=2;
y=5;
cout<<add(x,y)<<endl;
return 0;
}
Subscribe to:
Post Comments (Atom)
All rights reserved||Using Deluxe Template By Klodian
No comments:
Post a Comment