Show the output of the following statements:
double monthlyPayment = 1345.4567 ; double totalPayment = 866.887234 ;cout << setprecision(7); cout << monthlyPayment << endl; cout << totalPayment << endl;cout << fixed << setprecision(2);cout << setw(8) << monthlyPayment << endl;cout << setw(8) << totalPayment << 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.