summaryrefslogtreecommitdiff
path: root/1286/CH8/EX8.19/8_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '1286/CH8/EX8.19/8_19.sce')
-rwxr-xr-x1286/CH8/EX8.19/8_19.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1286/CH8/EX8.19/8_19.sce b/1286/CH8/EX8.19/8_19.sce
new file mode 100755
index 000000000..278105659
--- /dev/null
+++ b/1286/CH8/EX8.19/8_19.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+c1=1000
+T=373//k
+L=539300//cal
+r=604// cal/kg/deg
+//CALCULATIONS
+c2=c1-(r)-(L/T)
+//results
+printf(' \n specific heat of saturated steam= % 1f cal/kg',c2)