1 2 3 4 5 6 7 8 9 10 11
clear //Given a=28 b=5.0 c=2 //Calculation Rak=a/(b*c) //Result printf("\n Total resistance from one end of vacant edge to other end is %0.3f ohm", Rak)