2011-01-05 21:39:54 UTC
Write a program that converts integer Fahrenheit temperatures from 0 to 212 degrees to floating-point Celsius temperatures with 3 digits of precision.The output should be printed in two right-justified columns of 10 characters each, and the Celsius temperatures should be preceded by a sign for both positive and negative
values.
I didnt undrstnd the format so plz give the format of output.
Thanks.