You are on page 1of 1

#include <iostream.

h>
#include <conio.h>
intadunare (inta, intb)
{
intr;
r=a+b;
return(r);
}
intmain ()
{
intz;
z = adunare (7,3);
cout<< "The result is "<< z;
getch();
return0;
}

You might also like