need help with this question

This is one of the question I found on my friend's facebook.

Write a C++ program that converts Fahrenheit to Celsius temperature in increments of 5 degrees. The initial value of Fahrenheit temperature and the total conversions to be made are to be requested as user input during program execution. Recall that Celsius = (5.0/9.0)*(Fahrenheit − 32.0).
Duplicate thread from the one here:
http://cplusplus.com/forum/general/42383/

My reply is there.

-Albatross
Topic archived. No new replies allowed.