Computer Science, asked by anitajaiswal846, 11 months ago

Draw flowchart to convert temperature from Fahrenheit to Celsius.

Answers

Answered by abhinav16t15gmailcom
2

Answer:

9/5×C+32

Explanation:

this is formula to convert C to F in a easy way.

Answered by Anonymous
2

Flowchart for conversion is given below-

1. Start in oval.

2. Input temperature in Fahrenheit in parallelogram.

3. Temperature in Celsius - (F-32)/1.8 in rectangle.

4. Print temperature in Celsius in parallelogram.

5. End in oval.

Flowchart refers to systematic representation of the flow of process from starting to end point including the pathway of work done.

Different procedures are represented in different figures which hold specific meaning.

Start and end are always written in oval shape.

Input and output are written in parallelogram.

Processing or working is shown in rectangle.

Similar questions