Temperature of a city is inputed through keyboard in fahrenheit, convert this temperature in centigrade degree. #C
Temperature of a city in Fahrenheit degrees is input through the keyboard. Write a program to convert this temperature into Centigrade degrees.
#include <stdio.h> int main () { double f,c; printf("Input Temprature in feranhite"); scanf("%d",&f); c = (f-32)*(5/9); printf("Temperature in celcius is %d",c); return 0; }
Thanks for reading this blog. Hope you get satisfied with the blog and definitely this blog must have valued your time and effort of reading.
Take a time to connect our other digital creations such as Instagram , Facebook and Youtube.
π§βπ»π§βπ»Β Social MediaΒ LinksΒ ofΒ Tech DCodeΒ :
ππ» YouTube :Β https://www.youtube.com/channel/UCjJnEdeugftBwQ3yMuD4B_A
ππ» Instagram :Β https://www.instagram.com/thetechdcode/
ππ» Facebook Page :Β https://www.facebook.com/thetechdcode
ππ» Twitter :Β https://twitter.com/thetechdcode
ππ» Telegram Channel :Β https://t.me/thetechdcode
ππ» Tech DCode Linktree :Β https://linktr.ee/thetechdcode
ππ» My Personal Handles :Β https://linktr.ee/virtualshivamin
π§βπ»π§βπ»Β Social Media LinksΒ ofΒ SHIVAM SINGHΒ (OWNER) :
ππ» Instagram :Β https://www.instagram.com/virtualshivamin/
ππ» Facebook Page :Β https://www.facebook.com/virtualshivamin/
ππ» Twitter :Β https://twitter.com/virtualshivamin/
ππ» Personal Linktree :Β https://linktr.ee/virtualshivaminΒ