A C++ console program that analyzes student grades using arrays. The user enters the number of students and their marks, and the program calculates: ( Highest score - Lowest score - Average - Number of passing students - Number of failing students). The project demonstrates use of arrays, loops, conditional statements, and basic statistical calculations. Screenshots include the full code and a sample program output.