1 2 3 4 5 6 7 8 9 10 11 12 13
//Chapter 11 //Example 11_21 //Page 296 clear;clc; q=15; p=45; ll=2*300; d=q/(p+q)*ll; printf("Distance of the fault point from test end = %.0f m \n\n", d);