Asked by Poohboi

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.

Answers

Answered by Anonymous
77c
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions