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 Say Hello!

Gwendolyn M Bernard
Gwendolyn M Bernard
2,502 Points

your code challenge is not working

System.Console.Write(); System.Console.Write("Enter how many minutes you exercised: "); tried this also tried System.Console.Write(" "); still state Bummer

CodeChallenge.cs
System.Console.Write("");

2 Answers

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

Hi there! You state that you tried "Enter how many minutes you exercised: " and also a blank string " ", but the challenge explicitly asks you to write out "Hello". If you do not use the exact string they ask for, the challenge will fail. Give it another try with "Hello". Hope this helps! :sparkles:

Note: When I use "Hello" the challenge passes.

Gwendolyn M Bernard
Gwendolyn M Bernard
2,502 Points

it had not added the " " then came """Hello" until the next challenge it asked for the quotes but i added the string from the lesson it refused to except the change thanks for your help.