Answer:
We have the code given below
Step-by-step explanation:
mprintf('%-20s%s','Fahrenheit','Celsius');
mprintf('------------------------------');
for x=0:20:300
mprintf('%-20d%.2f\\',x,(x - 32)/1.8);
end
6.0m questions
7.9m answers