The flow chart would go:
----------------------------
Start
Input C (Celsius)
IF C = -999 THEN END
Calculate F (Fahrenheit) using the formula
Output F
Goto next temperature (Input C)
----------------------------
The above needs tidying up and coding in the computer language you are using.