Given the following input data:
10
20
30
What is output by the following program?
#includeusing namespace std;void Rev() ;int main (){ Rev () ; return 0;}//*******************void Rev(){ int number; ein >> number; if (cin) { Rev (); cout << number << endl; }}
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.