0
Show the output of the following statement assuming that a=41.16,b=21.12,i=52,and j=101: Cout<<steprecision(3)<<a<<setw(12)<<b<<endl; Cout<<setw(6)<<i<<setw(8)<<j<<endl;
Show the output of the following statement assuming that a=41.16,b=21.12,i=52,and j=101: Cout<<steprecision(3)<<a<<setw(12)<<b<<endl; Cout<<setw(6)<<i<<setw(8)<<j<<endl;
1 Resposta
0
Have you tried to insert the code on your compiler? What errors to you have?