Assume that m is an int variable that has been given a value. Write a statement that prints it out in a print field of 10 positions.
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
cout<<setprecision(10)<<m;
Comments
Post a Comment