Introduction
In this challenge, you are tasked with designing a robust and secure student management class in C++ to help schools efficiently manage student information in the digital age. The goal is to create a Student
class with private data members for name, age, and GPA, and implement public setter methods to set and display student information.