Added Kotlin and Java demos for calculating Jupiter's moons. Illustrates correcting for light travel time. I added named getters for the 4 moons in `JupiterMoonsInfo`, because in Java it was really ugly to write `jm.getMoon()[0]`, etc.