Introduction
In this challenge, you will create a structured approach to manage student details using Go programming. This involves defining a Student
struct with fields for student information, such as name, age, grade, and courses. You will implement different initialization methods for the struct and ensure that all fields are lowercase for package-level visibility.