Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Get immediate answers to your questions from a wide network of experienced professionals on our Q&A platform. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

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


Sagot :

Trim
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.
Thanks for using our service. We're always here to provide accurate and up-to-date answers to all your queries. We appreciate your time. Please come back anytime for the latest information and answers to your questions. Westonci.ca is your go-to source for reliable answers. Return soon for more expert insights.