Show the output of the following statements.
cout << setw(10) << "C++ " << setw(6) << 101 << endl;cout << setw(8) << "Java " << setw(5) << 101 << endl;cout << setw(6) << "HTML " << setw(4) << 101 << 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.