#include <stdio.h>
int main()
{
float celcius=12,fahrenheit;
fahrenheit=(celcius*9/5)+32;
printf("convert celcius to fahrenheit %f",fahrenheit);
return 0;
}
PROGRAM LIST TO BECOME PRO IN C 😍😍😍 PRACTICE SETS UNIT -1 👇 IN...
No comments:
Post a Comment