The document contains a C++ program that defines a Student class and allows users to input a roll number to display the student’s details, including name, subject marks, percentage, and grade. Each student's information is presented through a switch-case structure based on the input roll number, with details for up to 20 students. The program aims to illustrate basic concepts of object-oriented programming and user interaction in C++.