Assignment 1: Write a small Windows console program that will calculate the temperature in degrees F, given the temperature in degrees C. (The formula is.. F = 9/5 * C + 32). Your program should ask the user for a temperature in Celcius and then return Fahrenheit. Continue until the user quits.