#includeiostream.h
void main()
{
float fah,cel=45;
cout"celsius is"celendl;
cout"celsius to Fahrenheit"endl;
fah=(cel*9.0)/5.0+32;
cout"temperature in Fahrenheit"fahendl;
}
Find the output

Posted on by