Skip to content

DConnell1011100/LotteryApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Download and Play!

  • In order to play you will need to compile both .java files and then run the main java class. For best use, run in your IDE or with TextPad.

LotteryApp

  • A simple Lottery app.
  • The app generates 6 unique random numbers between 1-40.
  • The user can input between 1-3 lines with 6 numbers per game.
  • A user can play as many games as they wish, and the results of each game are stored in an array of objects.
  • When the user quits, all results are output to the user.

Restrictions:

  • All data must be store in Arrays. Arraylists/Lists cannot be used for the project.
  • The project must consist of one main class and one instantiable class.
    • The Input and Output must be contained in the main class.
    • The Processing must be contained int he instantiable class.

About

A lottery app that utilizes Arrays in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages