c++ x function x, y | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

c++ x function x, y

#include "iostream" using namespace std; int Q::Object(int x, int y){ //here instructions int x = 10; int y = 15; cout << "value x: " << x << endl; cout << "value y: " << y << endl; //arguments return 0; }

30th Aug 2017, 6:06 PM
Denis Nascimento Vieira
Denis Nascimento Vieira - avatar
1 Answer
+ 2
What is your question
30th Aug 2017, 6:32 PM
S C