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
Vectores: Mayor lista numeros al azar
Recorrido matriz bidimensional y busqueda valor
Recursividad: Hanoi
lab7_OOP 0.3 alha
A3Q1
Vzdalenost makro
Herout (67) - 11
Herout (67) - 14
Projdi si to
Herout (67) - 12