
When started, the application must prompt the user for the "Number of Events:". The, for each event it must prompt the user for the "Title:" and the "Number of Judges:".
  The advertisements to display at each event must be
  chosen randomly. That is, the application must 
  use the static Math.random() method to generate
  a random number and select one of the four ads for the left ad
  and one of the four ads for the right ad. (The two ads may be the same.)
  
  After constructing all of the ScoreBoard objects the
  application must work as before, with one exception.  Now, in
  respons to the "Event:" prompt, the user will enter a number
  (corresponding to the order in which the event titles were entered).
  
Copyright 2013