diff options
Diffstat (limited to '2741/CH1/EX1.4')
-rwxr-xr-x | 2741/CH1/EX1.4/4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2741/CH1/EX1.4/4.sce b/2741/CH1/EX1.4/4.sce new file mode 100755 index 000000000..482c83842 --- /dev/null +++ b/2741/CH1/EX1.4/4.sce @@ -0,0 +1,7 @@ +clc
+clear
+//Calculations
+x=(-(32*100))/80;//The temperature at which degree centigrade and Fahrenheit scale coincide in degree centigrade and degree Fahrenheit
+
+//Output
+printf('The temperature at which degree centigrade and Fahrenheit coincide is %3.0f degree',x)
|