Skip to content

This program generates a random star field and allows the user to create a constellation by connecting stars with lines.

Notifications You must be signed in to change notification settings

Ann-Moraa/StarConstellationJavaProgram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarConstellationJavaProgram

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

Output

About

This program generates a random star field and allows the user to create a constellation by connecting stars with lines.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages