need help with program!

Hey Y'all, I cant seem to get the correct answer to this question:

Write a program that finds the temperature, as an integer, that is the same in both Celsius and Fahrenheit. Recall that the temperature in Fahrenheit is nine-fifths of the temperature in Celcius, plus 32.
Your program should use two integer variables for temperature in F & C, initialize the temperature to 100 Celsius. Using a loop, decrement the Celsius value and compute Fahrenheit until the two values are the same. Print out intermediate results inside the loop while testing your program.
Last edited on
Please post the code you've written so we can help you.
hello jwatts 1500

here is the link for free tutorial and Online Let Me Try compilers for C, C++, C#, JAVA, HTML, CSS and JavaScript.

check out following link for your question.

http://cbtsam.com/cppl2/cbtsam-cppl2-038.php

It offers lots of programs with explanations in simple and easy way
Last edited on
Topic archived. No new replies allowed.