VA Lottery Program

by

Tiffany Overstreet

   This program was an assignement for AP Computer Science. It was completed on May 19, 2000. Please view the following pages to learn more about the program... you can see my source code and sample output from the program.

Descirption:

   This program was written in Borland C++ 4.5. It uses information from the VA Lottery website (www.valottery.com). The program analyzes all of the pick six lottery drawings since the beginning of the lottery and gives the user four options in a continuous run program. The users options are:
Option #1: View the ten most frequently occuring numbers.
Option #2: View the ten least frequently occuring numbers.
Option #3: View a bar graph of the distribution of all lottery numbers.
Option #4: Play the lottery for the last ten years and see if you won!

Go Back to the Main Computer Science Page    Go to the Home Page
C++ Code   Sample Output