using namespace std;
Int the sum (int a, int b);
Int main ()
{
Int A, B;
cout <"Both please input two integers:";
cin> A. & gt;> B;
cout
}
Int the sum (int a, int b)
{
Int sum;
Sum=a + b;
return sum;
}
CodePudding user response:
What's the problem? Didn't find any problem