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
lab7
Sin(x) in C Teylor
Herout (67) - 7
Calculating Square root in c
C
lab7_OOP 0.2
Cuadrado asteriscos hueco con regalito
0002
Bucles: Euclides
correccion