summaryrefslogtreecommitdiff
path: root/2705/CH2/EX2.3
diff options
context:
space:
mode:
Diffstat (limited to '2705/CH2/EX2.3')
-rwxr-xr-x2705/CH2/EX2.3/Ex2_3.sce4
1 files changed, 2 insertions, 2 deletions
diff --git a/2705/CH2/EX2.3/Ex2_3.sce b/2705/CH2/EX2.3/Ex2_3.sce
index 0f6f799d4..cff50da55 100755
--- a/2705/CH2/EX2.3/Ex2_3.sce
+++ b/2705/CH2/EX2.3/Ex2_3.sce
@@ -14,10 +14,10 @@ del_u = -400; // Internal energy decreased ,[kJ/kg]
W = Q-del_u; // [kJ/kg]
mprintf('\n The Work done is, W = %f kJ/kg \n',W);
-if(W>0)
+if(W>0)
disp('Since W>0, so Work done by the engine per kilogram of working substance')
else
disp('Since <0, so Work done on the engine per kilogram of working substance')
end
-// End
+// End \ No newline at end of file