Suppose the input data are entered as follows:
The input statements that read it are
cin >> a >> b >> c;
cin.ignore(100, '\n');
cin.get(ch1);
cin >> d >> e >> f;
cin.ignore(100, '\n');
cin.ignore(100, '\n');
cin >> a >> b;
What are the contents of the variables a, b, c, d, e, and f after the statements have executed?
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.