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# C# Basics (Retired) Console I/O Console I/O

I started with C# and i dont under stand what i did wrong?

I started with C# and i dont under stand what i did wrong i created a string that called string and i created an bookTitle with camelCase and my reslut is :

string bookTitle becuase i should not assignt it to something

CodeChallenge.cs
string bookTitle

1 Answer

anil rahman
anil rahman
7,786 Points

Your are missing semi colon at the end

string bookTitle;