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 Odpowiedź
+ 2
What is your question
30th Aug 2017, 6:32 PM
S C