would any body help me to solve a problem that says 9. 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. Use the formula:
celsTemp = 5.0/9.0 (farenTemp – 32.00)
I JUST NEED A HINT TO KNOW WHAT IS THE STARTING AND THE ENDING AND STEP VALUES.