Write program to Create a structure to store the information of a student
The structure needs to be able to store the following information:
struct Student { var ID: String var name: String var dob: DOB }