Write a program to convert temperature from f°to c and c to f | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Write a program to convert temperature from f°to c and c to f

Please tell me in c language

18th Feb 2021, 2:13 PM
ADITYA KUMAR GUPTA
ADITYA KUMAR GUPTA - avatar
1 Answer
+ 4
Please add-show your attempt so the community can help you more easily :) Firstable: 1. The Formula is: C = 5/9 x (F-32) Just make a program that show the result. Like an input for F and then print and just insert that variable input in F.
18th Feb 2021, 2:16 PM
Matthew
Matthew - avatar