Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Celcius to Farenheir,Romer,Kelvin
#include<stdio.h> int main() { float C,F,R,K; scanf("%f", &C); F = ((C*9)/5)+32; R = (C*4)/5; K = C + 273; printf("\n The equivalent Farenheit value is %.2f", F); printf("\n The equivalent Kelvin value is %.2f", K); printf("\n The equivalent Romer Scale value is %.2f", R); }
run
|
edit
|
history
|
help
0
struct
Does fgets() read past a leading newline?
lab7_OOP 0.3 alha
Comprueba si orden creciente
min max pole
Cuadrado asteriscos solido
Use of Arithmetic Operator
Cvičenie -č.6-UDP
0002
Cuadrado asteriscos hueco con regalito