Concept Flow - Defining methods
Define struct type
Define method with receiver
Create instance of struct
Call method on instance
Method runs using instance data
Return or print result
End
This flow shows how to define a method on a struct type, create an instance, and call the method to use the instance's data.