I need help writing a code that will:
Ask the user for input temperature (numerical value) and temperature type (Celsius/Fahrenheit).
Convert the temperature to Fahrenheit/Celsius depending on the input. If the given temperature is in Fahrenheit, convert it to Celsius and vice-versa.
Display...