This document is a lab manual for programming using C# that contains code to calculate student percentiles. The code defines an array to store 5 student marks, takes user input to populate the array, then calculates percentiles by counting the number of students scored higher than each student and dividing by the total number of students minus 1. The percentiles are output along with a message stating the calculation of student percentiles.