clc //initialisation of variables v=105// T1=210//F T2=100//F //CALCULATIONS T=T2-T1//F //RESULTS printf('The high value of the viscosity in the temperature is=% f F',T)