Escape velocity is the minimum speed that a body must have in order to escape the gravitational attraction of a particular planet or other object.
Planets used in the simulating program:
- sun
- earth
- moon
- mercury
- venus
- mars
- jupiter
- satum
- uranus
- neptune
Sun: Color.Red
Earth: Color.Blue
Mercury: Color.Green
Venus : RGB(35, 199, 200)
Mars: RGB(42, 234, 012)
Jupiter: RGB(55, 23, 123)
Satum: RGB(244, 100, 012)
Uranus:RGB(12, 255, 98)
Neptune:RGB(66, 88, 99)
Language: Java
Simple Ping pong 2-D game Language: Java
Recursive In-Order traversal of a Binary Tree Language: Java
- Download the standard libraries called, "stdlib.jar"
- Go on "https://introcs.cs.princeton.edu/java/stdlib" then download "stdlib.jar"
- Open eclipse -> project-> properties->java build path-> libraries-> add external JARs
- Import the jar file
- Run the project