Skip to content

Compile-time errors with CelebrityRunner.java #5

@sonofthomp

Description

@sonofthomp

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! 😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions