Computer Science, asked by anushka45346, 4 months ago

WABP to read temperature in centigrade and convert it into Fahrenheit.



Please answer fast..Urgent need!!​

Answers

Answered by Vishal101100
4

Use the following formula :-

Use the following formula :- F = 9/5 ×C + 32.

sry...i know this much only!

Answered by Anonymous
2

Answer:

Store it in some variable say celsius . Apply formula to convert the temperature to Fahrenheit i.e. fahrenheit = (celsius * 9 / 5) + 32 . Print the value of fahrenheit .

Similar questions