//Chapter 7: Solid State //Problem: 2 clc; //Declaration of Variable a = 450 //in pm // Solution d = a / sqrt(2 ** 2 + 2 ** 2 + 0) mprintf("Interplanar spacing : %d",d)