summaryrefslogtreecommitdiff
path: root/1427/CH22/EX22.21/22_21.sce
blob: f72aa2484d642f10e575ca443de3005574e1382d (plain)
1
2
3
4
5
6
//ques-22.21
//Calculating radius of spherical molecule
clc
a=800;//edge length (in pm)
r=a/(2*sqrt(2));//FCC
printf("The radius of the spherical molecule is %.1f pm.",r);