I am wondering how you would get a program to round to a certain decimal point.
This is a discussion on homework within the C++ Programming forums, part of the General Programming Boards category; I am wondering how you would get a program to round to a certain decimal point....
I am wondering how you would get a program to round to a certain decimal point.
using ios::fixed and ios:recision would be a good start.
Look into i/o formatting.
If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?