I appear to run into compile-time issues when I try to compile CelebrityRunner.java. More specifically,
CelebrityRunner.java:28: error: cannot find symbol
CelebrityGame foo = new CelebrityGame();
^
symbol: class CelebrityGame
location: class CelebrityRunner
CelebrityRunner.java:28: error: cannot find symbol
CelebrityGame foo = new CelebrityGame();
^
symbol: class CelebrityGame
location: class CelebrityRunner
2 errors
In addition, your notes.txt file does not appear to contain your responses to the questions in the lab.
However, having looked at the code from specific files, I can see that your team definitely did much of the work from the lab! Good job! 😄
I appear to run into compile-time issues when I try to compile CelebrityRunner.java. More specifically,
In addition, your
notes.txtfile does not appear to contain your responses to the questions in the lab.However, having looked at the code from specific files, I can see that your team definitely did much of the work from the lab! Good job! 😄