3018CCelsiusToFahrenheit

Run Settings
LanguageC
Language Version
Run Command
#include <stdio.h> float celsius(float cels){ float fahr; fahr=(cels * 9/5) +32 ; return fahr; } int main(void) { //celsius(23 ); printf("Hello World!\n %.3f Fahrenheit ", celsius(34 )); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines