Problem
Write a hierarchical Ada record declaration to contain the following information about a student.
Name (up to 30 characters)
Student ID number
Credit hours to date
Number of courses taken
Favorite course (20-character name and the grade received)
Date first enrolled (month and year)
Class (freshman, sophomore, junior, senior)
GPA.