1 2 3 4 5 6 7 8 9 10
//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)