Create a struct "Point3D", to represent a point in 3-D space, with coordinates X, Y and Z.
Create a program with a menu, in which the user can choose to:
- Add data for one point
- Display all the entered points
- Exit the program
You MUST use ArrayList, instead of arrays.