summaryrefslogtreecommitdiff
path: root/1427/CH6/EX6.5/6_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH6/EX6.5/6_5.sce')
-rw-r--r--1427/CH6/EX6.5/6_5.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH6/EX6.5/6_5.sce b/1427/CH6/EX6.5/6_5.sce
new file mode 100644
index 000000000..731172c20
--- /dev/null
+++ b/1427/CH6/EX6.5/6_5.sce
@@ -0,0 +1,7 @@
+//ques-6.5
+//Finding emf of a given cell reaction
+clc
+e1=-0.76;//emf for Zn(2+)/Zn (in V)
+e2=0.34;//emf for Cu(2+)/Cu (in V)
+E=e2-e1;
+printf("The emf of the given cell is %.1f V.",E);