Write a program to convert temperature from f°to c and c to f | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 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 Antwort
+ 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