theredstriker7 theredstriker7 05-02-2024 Computers and Technology contestada 3. Create a program that converts the temperature in Celsius into Fahrenheit and vice versa. The formulas for calculating temperatures are: Fahrenheit = (Celsius * 9/5) + 32 Celsius = (Fahrenheit – 32) * 5/9