user defined functions in c++ part 2 2022-10-02 #include using namespace std; int sum(int x,int y) { int c=x+y; return c*2; } int main() { int a,b; cin>>a>>b; cout< Twitter WhatsApp Telegram Facebook