Class ListGenerator

java.lang.Object
  extended by ListGenerator

public class ListGenerator
extends java.lang.Object

Creates an ArrayList of random numbers in the range 1-99 inclusively.

Version:
1.0
Author:
Kingsley Sage

Constructor Summary
ListGenerator(int num)
          Constructor
 
Method Summary
 void displayList()
          Displays each number in the list on the console
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListGenerator

public ListGenerator(int num)
Constructor

Parameters:
num - number of intiial elements in the list
Method Detail

displayList

public void displayList()
Displays each number in the list on the console

Parameters:
none -