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

It's saying "Bummer" and then asking if I'm using System.Write as in the question but the actual question is not about..

System.Write. It is about System.Console.Read or whatever the code is because this modal doesn't let me see the webpage I'm asking about.

CodeChallenge.cs
string bookTitle = System.Console.ReadLine();

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there, okilydokily ! You're doing terrific, but it seems you missed an important message in the challenge. Before you hit the "Check Work" button, you should see this message in the place where you will later receive a Bummer! message.

Important: In each task of this code challenge, the code you write should be added to the code from the previous task.

These tasks are cumulative and you've removed the line of code from Step 1. At the end of Step 2, you should have two lines of code.

Hope this helps! :sparkles: