Untitled

Run Settings
LanguageC++
Language Version
Run Command
#include <stdio.h> int main(){ float tempf, tempc; printf("digite a temperatura em fahrenheit"); scanf("%f",&tempf); tempc = (tempf-32)/1.8; printf("%f",tempc); }
Editor Settings
Theme
Key bindings
Full width
Lines