Practice pieces
Data Storage
Ok, so here's the simplest way of doing this:
Analyst.java
Storage.java
Point.java
Can you finish this off by:
1) Adding a String variable to "Point" so each point can have a name (e.g. "Post box")?
2) Making the Point array 2D, so you can store multiple lines of Points?