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; }
1 Odpowiedź
+ 2
What is your question