need help with program!

Sep 17, 2013 at 3:20am
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 Sep 17, 2013 at 4:47am
Sep 17, 2013 at 5:24am
Please post the code you've written so we can help you.
Sep 17, 2013 at 6:55am
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 Sep 18, 2013 at 5:14am
Topic archived. No new replies allowed.