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 Formatting Output

404 Error!!!!

I AM SO DAMN TIRED OF THE 404 ERROR!!! I HAVE BEEN TRYING TO FIGURE OUT THE LAST STEP OF THIS LESSON FOR WEEKS NOW AND I HAVE HAD TWO PEOPLE RESPOND AND EXPLAIN IT TO ME BUT WHAT THEY ARE TELLING ME DOES NOT SEEM TO BE WORKING AND I AM GETTING SICK AND TIRED OF IT AS I HAVE WASTED ENOUGH OF MY LIFE ON JUST A FREAKING LESSON!!!!!!!!!!!!!!

1 Answer

Afrid Mondal
Afrid Mondal
6,255 Points

Hey, what i saw in your challenge portion, your code should have like this.....

  string firstName = Console.ReadLine();
  Console.WriteLine(firstName + " rocks!");

As far as I know the HTTP 404 Not Found Error means that the webpage you were trying to reach could not be found on the server. It is a Client-side Error which means that either the page has been removed or moved and the URL was not changed accordingly, or that you typed in the URL incorrectly. And it is available in google also. Hope it should solve your problem.