. Input PersonalInfo() is a function with prompts, returns a user's DOB struct
A. use a struct to create a UserDob struct including
i. int month
ii. int day
iii. int year
B.Fill with data from user input, assume correct format
C.Return the UserDob struct

Input PersonalInfo is a function with prompts returns a users DOB struct A use a struct to create a UserDob struct including i int month ii int day iii int yea class=