#include #include void main() { clrscr(); float tempf,tempc; cout<<"\n\t Enter the value of temperature in degree centigrade: "; cin>>tempc; tempf=1.8*tempc+32; cout<<"\n\t The Fahrenhit equivalent of "<