Concept Flow - Accessing struct fields
Define struct type
Create struct variable
Access field using dot
Use or print field value
END
First, we define a struct type, then create a variable of that type. We access fields using the dot (.) operator and use the values.