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).