Accepted Answer
The flow chart would go:----------------------------StartInput C (Celsius)IF C = -999 THEN ENDCalculate F (Fahrenheit) using the formulaOutput FGoto next temperature (Input C)----------------------------The above needs tidying up and coding in the computer language you are using.