C++ Programming
Given that theequation :
fahrenheitValue = (celsiusValue * 9.0 / 5.0) + 32.0
write a “while” loopthat continuously gets user input as Celsius and converts it toFahrenheit. The loop should also ask the user if they would like toexit (Y for yes and N for no). If they enter Y the loop shouldexit.
Note: This problemhas nothing to do with arrays.
Expert Answer
An answer will be send to you shortly. . . . .