Create the following program which converts Fahrenheit to Celsius. Your program must have the following functions Read integer Fahrenheit temperatures from…
Create the following program which converts Fahrenheit to Celsius. Your program must have the following functions: Read integer Fahrenheit temperatures from the user. You need to check whether the input is the correct one or not. If the user enters the incorrect number, ask it again. Use the formula: Celsius = (Fahrenheit – 32) * …