If you don’t already know, Lotto649 is a lottery where 6 numbers are drawn and those numbers are between 1 and 49. This is a simple program that will ask the user how many sets of numbers they want, then print them all out. It uses an array to ensure that no two numbers in [...]
This is a simple console bassed Java application that will roll 2 pairs of dice 5 times and tell you the total. It demonstrates the use of Format, random numbers and using a While Loop to act like a for loop. Full code and download on the full article!
Although its called a “Game of Life” it is not actually a game. It basically shows cell growth and death. Through this Java example you can see the use of 2D arrays and accessing specific points with them. Nested for loops must be used to search and print these arrays. This is a console Java [...]
If you have any tutorials or projects to suggest, please comment! My major Java project will be up in a few weeks, and im hoping to have the PSP version around the same time! Leave a comment below or Contact Me