From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1439/CH4/EX4.3/4_3.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1439/CH4/EX4.3/4_3.sce (limited to '1439/CH4/EX4.3') diff --git a/1439/CH4/EX4.3/4_3.sce b/1439/CH4/EX4.3/4_3.sce new file mode 100755 index 000000000..462dea867 --- /dev/null +++ b/1439/CH4/EX4.3/4_3.sce @@ -0,0 +1,10 @@ +clc +//initialisation of variables +Hr1= -70.96 //kcal +Hr2= -23.49 //kcal +Hr3= -31.14 //kcal +Hr4= -68.32 //kcal +//CALCULATIONS +H= Hr1+Hr2+Hr3+Hr4 +//RESULTS +printf ('Enthalpy of formation= %.2f kcal',H) -- cgit