summaryrefslogtreecommitdiff
path: root/1967/CH4/EX4.5/4_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1967/CH4/EX4.5/4_5.sce')
-rwxr-xr-x1967/CH4/EX4.5/4_5.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1967/CH4/EX4.5/4_5.sce b/1967/CH4/EX4.5/4_5.sce
new file mode 100755
index 000000000..bd25ea09c
--- /dev/null
+++ b/1967/CH4/EX4.5/4_5.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+clear
+Ti= 25 //C
+p= 200 //atm
+p= 1 //atm
+dT= 31 //C
+//CALCULATIONS
+Tf= Ti-dT
+//RESULTS
+printf ('Final temperature = %.f degrees',Tf)