#include using namespace std; class Student{ int rollNumber; int age; }; int main(){ return 0; }