Design data structures to separate interface from implementation.
When we create a new way to structure data, there’s a value of separating the interface to the structure (the procedures we call) from the implementation of the structure (the particular details, such as whether we use an vector or list or whatever).
Use a struct in Scamper to create a data structure for coordinate points. Give the struct element names that make sense. Finally, give examples of