summaryrefslogtreecommitdiff
path: root/3876/CH16/EX16.2
diff options
context:
space:
mode:
Diffstat (limited to '3876/CH16/EX16.2')
-rw-r--r--3876/CH16/EX16.2/Ex16_2.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3876/CH16/EX16.2/Ex16_2.sce b/3876/CH16/EX16.2/Ex16_2.sce
new file mode 100644
index 000000000..c26668a11
--- /dev/null
+++ b/3876/CH16/EX16.2/Ex16_2.sce
@@ -0,0 +1,14 @@
+//Chapter 16 Oxidation Reduction Potentials
+
+clc;
+clear;
+
+//Initialisation of Variables
+E= 0.3500 //v
+E1= -0.2788 //v
+
+//CALCULATIONS
+e= E+E1
+
+//RESULTS
+mprintf("Redox potential of sample= %.4f v",e)