Write a C++ program to create a class that models a student’s information. Const
Write a C++ program to create a class that models a student’s information. Constructors, setters, getters, and an organized design for handling student data should all be included in the program.
