// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Engineering Thermodynamics by Onkar Singh,Chapter 2,Example 1") Tf=98.6;//temperature of body in farenheit disp("degree celcius and farenheit are related as follows") disp("Tc=(Tf-32)/1.8") disp("so temperature of body in degree celcius") Tc=(Tf-32)/1.8