use a modular approach and pseudo- code to design a suitable program to solve it.

Allow the user to enter a series of temperatures in degrees Celsius (C) termi- nated by the input of −999. For each one, find the corresponding tempera- ture in degrees Fahrenheit (F). The conversion formula is:
F = 9 * C/5 + 32.

1 answer

77c