
please wait
|
|
cout << std::fixed << std::setprecision(2) << round(result);
Is there anyway of doing it without iomanip |
|
|
is there anyway of doing it without iomanip, or setprecision() ive found tons of information on doing it this way , but our instructor said we shouldn't be using material we haven't learned yet and his instructions dont go much further than "by using round()" |