#include "student.h" int main() { Student student(10, 18, 100, "MrPerfect", "CTI"); std::cout << student; return 0; }