Skip to content

pawankumar7763081372-dev/hncc-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#include <stdio.h> int main() { float tempc, tempF, tempk; printf("enter temperature in degree calcius:"); scanf("%f", &tempc); tempF = (tempc * (9.0 / 5.0)) + 32; tempk = (tempc + 273.15); printf("\ntemp(in farenheit):%.2f\ntemp(kelvin):%f.2\n\n", tempF, tempk); return 0; }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages