Computer Science, asked by premboi22, 1 year ago

Write an algorithm and flowchart to convert temperature from celcius to fahrenheit

Answers

Answered by AnindaBasu
13

Answer:

STEP 1: START

STEP 2: READ CELSIUS

STEP 3: FAR=(9*CELSIUS)/5+32

STEP 4: PRINT FAR

STEP 5: STOP

Answered by sweetu756
5

Algorithm:-

Step 1:- Start

Step 2:- Read the input of temperature in Celcius (Say C)

Step 3:- F = (9*C) /5+32

Step 4:- Print temperature in Fahrenheit is F

Step 5:- Stop

Flowchart I have added the picture!!

Hope that my answer was helpful for you

Attachments:
Similar questions