Computer Science, asked by 8184804446, 6 hours ago

draw a flow chart to find conversion (distance time temperature volume area) .in raptor​

Answers

Answered by gyaneshwarsingh882
1

Answer:

Explanation:

How can I use algorithm and flowchart to convert a number from °Celsius to °Fahrenheit and a number from kg to pounds?

Ad by Whole Tomato Software

Give Visual Studio a UI boost with Visual Assist 2021.

Check out Visual Assist by Whole Tomato!

5 Answers

Profile photo for Muskan Maheshwari

Muskan Maheshwari, B.Tech(CSE) from ABES Engineering College, Ghaziabad (2022)

Answered 2 years ago · Author has 54 answers and 126.1K answer views

Algorithm

Step1 Start

Step2 Read the input of temperature in Celsius (say C)

Step3 F=(9*C)/5+32

Step4 Print temperature in fahrenheit is F

Step5 Stop

Similar questions