The program generates a random star field at the beginning using Math.random() function. It then prompts the user to enter X and Y values for stars in a constellation and connect them with lines, as well as prompts the user for a title for the constellation. The program also display the programmer's credits on the screen and the stage when it is complete. The program follows documentation standards, including Javadoc comments, meaningful variable and class names, and consistent indenting.
OUTPUT