%solution for problem 9 on page 178 function c = temperature(f) c = (f - 32)*5/9; end