Step 1: Defining a C struct

In this step, you will define a struct named "Date" that has the following four members:

That's it! Make sure you put the structure definition into your code above, and outside of, main().