You now create custom types with structs.
Structs group related variables together
Access members with the dot operator
Pass structs to functions by reference for efficiency
Arrays of structs organize complex data
Good job. You can now model real-world entities. Next, you will learn vectors for dynamic arrays.