Write a program to convert temperature from fĀ°to c and c to f | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 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 Resposta
+ 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