Computer Science, asked by bjyothi3579, 8 months ago

write an algoritham to
convert tempereture from celsius to fahrenheit F=(9.0%5.0*c)+32

Answers

Answered by BrainlyProgrammer
4

Answer:

Step 1:Start

step 2:Accept Temperature in Celcius and store it in the c.

Step 3:Convert it into Fahrenheit using formula F=(9.0%5.0*c)+32 and store it in the variable F

Step 4:Display F

Step 5:Stop

Explanation:

PLZ MARK MY ANS AS BRAINLIEST

Similar questions