Make the program compile

1 #include <iostream> 3 using namespace std; 4 //Make the program compile 6 int add(int x, int y) 7 8 return x y; 10 11 int main) 12 13 int x y; 14 cin > x 15 cin >> y; 16 17 cout add(x); 18 19 Show transcribed image text
Expert Answer
An answer will be send to you shortly. . . . .