Declare a struct type to maintain information about a user (name, email and age).
Create a value of this type, initialize with values and display each field.
Declare and initialize an anonymous struct type with the same three fields. Display the value.