Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRa Bha
2,201 PointsGetting single error on compile which I can't figure out how to fix: static members challenge problem
I feel my code satisfies the challenge conditions and I've added comments within to identify what I'm doing and why. When I compile, I'm getting the error below:
RightTriangle.cs(17,8): error CS1525: Unexpected symbol }', expecting
;'
Compilation failed: 1 error(s), 0 warnings
How do I resolve this?
caitlinsheeks
5,423 Pointscaitlinsheeks
5,423 PointsCould you post your code so we can review it?