Use a for-loop to sum up the length of the 20 lines, then divide by 20 to get an average. Bonus hint: use doubles/floats in order to accurately compute the average (otherwise it will be truncated to...