- 1
Write a program to convert temperature from f°to c and c to f
Please tell me in c language
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.