1 2 3 4 5 6 7 8 9 10
clear //Given l=5.0 //m d=1 //mm //Calculation a=d/l //Result printf("\n Width of each slit is %0.3f mm", a)