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 trialNikita Novikov
3,981 PointsWhy does this code not work? Please Help Me understand. Thank you!
(RepeatDetector.cs(15,48): error CS0173: Type of conditional expression cannot be determined because there is no implicit conversion between bool' and
int')
That is the error I get when I compile the code. Please Help
1 Answer
Madhan Mohan Reddy Paidimarla
11,676 PointsHi Nikita, It would be helpful if you post your code snippet. By seeing the error message, I am guessing that, at line number 15, you are trying to assign a bool value to an integer variable or the other way. Try to use explicit conversion