View Single Post
Old 05-31-2012, 11:35 PM   #15
Wormius
Franchise Player
 
Wormius's Avatar
 
Join Date: Feb 2011
Location: Somewhere down the crazy river.
Exp:
Default

I agree. It is more readable when you include the units of measure.

If you can't find the degree symbol, I like to use "degC".

-5degC to -29degC.

HIGH: -5degC
LOW: -29degC

You could also write it in C. I like to write all of my documents in a popular programming language.

printf("hello world, here's the temperatures!");
for (bTemp = -5; bTemp >= -29; bTemp--)
{
printf(" %d degC\r\n", bTemp);
}
Wormius is offline   Reply With Quote