summaryrefslogtreecommitdiff
path: root/1427/CH22/EX22.2/22_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH22/EX22.2/22_2.sce')
-rw-r--r--1427/CH22/EX22.2/22_2.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1427/CH22/EX22.2/22_2.sce b/1427/CH22/EX22.2/22_2.sce
new file mode 100644
index 000000000..57785106d
--- /dev/null
+++ b/1427/CH22/EX22.2/22_2.sce
@@ -0,0 +1,6 @@
+//ques-22.2
+//Calculating interionic distance in NaCl
+clc
+a=564;//edge length (in pm)
+d=a/2;//=Rc+Ra
+printf("The interionic distance is %d pm.",d);