I am getting this error
ScoreBoardTester.java:8: cannot find symbol
symbol : constructor ScoreBoard(java.lang.String,java.lang.String)
location : class ScoreBoard
ScoreBoard game1 = new ScoreBoard("Cedar View", "Tri-Cities");
I have tried everything I can think of and no solution.