cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Help
Help
Feb 11, 2013 at 4:30am UTC
Alyx85
(1)
Hey guys I'm having trouble on how to create this code for a program that displays the dimensions of a letter-size (8.5 x 11 inches) sheet of paper in millimeters. There are 25.4 millimeters per inch. Help please! Thanks
Feb 11, 2013 at 5:31am UTC
MiiNiPaa
(8886)
Maybe this will ring a bell:
size_in_mm = size_in_inches * mm_per_inch
Topic archived. No new replies allowed.