Must declare a body for int level

I’m getting a little stuck with my code here. I went back and changed a lot to try and make my code uniform with Ben’s model code for this lesson, but it keeps asking me to declare a body for int level. As far as I can tell, my code seems to be sound.

Any suggestions are welcome!

C# thinks you’re trying to define a method called “Level” and you haven’t implemented it so it’s throwing an error.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms