Step 1: Defining a C struct

In this step, you will define a struct named "Record" that has three members:

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