cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
printing decimals??
printing decimals??
Sep 24, 2012 at 10:57pm UTC
iky
(73)
hi. how i print an average with four decimal places?? what would i need to type in the program for that too happen and what am i supposed to declare? thanks a lot.
Sep 25, 2012 at 1:14am UTC
Aramil of Elixia
(772)
float w/ cout.fixed(int)
Topic archived. No new replies allowed.