Create a class called ScoreBoard that has public floats to hold the scores of two teams and the quarter the teams are in. The class should have a constructor with default values, a method called AddScore that adds a random amount of points to each teams score and increases the quarter by one and...