Write a complete C++ program that produces a table showing the temperature equivalents in degrees Fahrenheit and degrees in Celsius. Let the user enter the starting, ending, and step values (Fahrenheit).
Use the formula: celsTemp = 5/9 (farenTemp – 32.00)
I cant understand what the question wants, what are the starting, ending and the step values are ?