This lab involves writing a C++ program to score divers in a competition. The program will use nested loops to process information for each diver. An inner loop will read the five judges' scores for a diver and determine the highest and lowest scores. An outer loop will process information for multiple divers. The program will display scoring information for each diver and provide a summary with the total number of divers and average overall score.