Make the function add x and y together and return the correctvalue

1 #include <iostream> 3 using namespace std; 4//Make the function add x and y together and return the correct value 6 int add(float x, float y)t 7 return x + y; 10- int mainot 11 float x; 12 cin >> x; 13 fFloat y; 14 cin >> y; 15 16 cout << add(x,y); 17 18 Show transcribed image text
Expert Answer
An
PayPal Gateway not configured
PayPal Gateway not configured