du = input('请输入摄氏度:'); hua = (du*18)+32; hua du = input('请输入摄氏度:'); hua = (du*18)+32; fprintf('华氏度为:%d\n', hua);