Meri kalam se
Wednesday, 16 February 2022
Coverting temperature from celsius to Fehrenheit in C
#include
<stdio.h>
int
main
()
{
float
c
=
34
;
float
t
;
t
=(
c
*
9
/
5
) +
32
;
printf
(
"The temperatue in Fahrenheit is:
%f
"
,
t
);
return
0
;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment