Initialize the temperature to 100 degrees celsius in a loop


Write a program that finds the temperature, as an integer, that is the same in both Celsius and Fahrenheit. The formula to convert from Celsius to Fahrenheit is:
Your program should create two integer variables for the temperature in Celsius and Fahrenheit. Initialize the temperature to 100 degrees Celsius. In a loop, decrement the Celsius value and compute the corresponding temperature in Fahrenheit until the two values are the same. Note: Conversion not showing up it appears. But im sure if you know how to do this program then you know the conversion :).

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Initialize the temperature to 100 degrees celsius in a loop
Reference No:- TGS0646692

Expected delivery within 24 Hours