//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);