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 trial

C#

Nick Fink
Nick Fink
962 Points

Bugs in quizzes

Can someone please take a look at this? This works fine in Visual Studio.

https://teamtreehouse.com/library/c-objects/encapsulation-and-arrays/arrays-2

My answer = double [] lapTimes = new double[4];

1 Answer

Steven Parker
Steven Parker
229,708 Points

:warning: Be careful about testing a challenge in an external REPL.

If you have misunderstood the challenge, it's also very likely that you will misinterpret the results.

However, in this case, it appears you've found a legitimate bug. The challenge apparently does not like a space between the keyword double and the braces, which is not a restriction of the language syntax itself.

You may want to report this to Support, it might get you a "special Exterminator badge".