Look at the following function definition.
void getNumber(int &n){ cout ≪ "Enter a number: "; cin ≫ n;}
In this function, the parameter n is a reference variable. Rewrite the function so that n is a pointer.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.