Computer Science, asked by wwwowaisayoub, 15 days ago

Convert the temperature of degree into Fahrenheit in c programming​

Answers

Answered by Anonymous
0

Answer:

gabakakskaksjsksksis

Answered by ar368aditya
0

C

#include<stdio.h>

int main()

{

float fahrenheit, celsius;

celsius = 24;

fahrenheit =( (celsius*9)/5)+32;

printf("\n\n Temperature in fahrenheit is: %f",fahrenheit);

return (0);

Please Mark me as BRAINLIEST

Similar questions