Question: Given variable ftemp as your input, convert to Celsius and store the result in variable ctemp Examples: Input ftemp is 32 output ctemp is 0
Given variable ftemp as your input, convert to Celsius and store the result in variable ctemp Examples: Input ftemp is 32 output ctemp is 0 Input ftemp is 212 output ctemp is 100 function ctemp = FtoC(ftemp) %change the line below so that ctemp is the result of the input value ftemp converted to %Celsius ctemp = ctemp; end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
