Answer:
C and D
Explanation:
The other 3 answers don't even involve talking.
You didn't include the original function, but the new function will contain something like:
function kelvin_to_celsius(k)
{
return k - 273.15;
}
Depending of course on your programming language.
The outcome for negative Kelvin is undefined, you could test for that.
For a 20" x 30" print, the image resolution should be 1600 x 1200 pixels minimum. For a Wallet-size<span> print, the image resolution should be 320 x 240 </span>pixels minimum<span>.</span>
Here you go,
flowrate.m
cbps = input('Enter the flow in m^3/sec: ');
cfps = cbps ./ 0.028;
fprintf('A flow rate of %.3f meters per sec\n', cbps);
fprintf('is equivalent to %.3f feet per sec\n', cfps);