#include using namespace std; class Student{ public : int rollNumber; private : int age; public : void display(){ cout<