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#

Why is C# class letting me print bookTitle it says its correct , but say did you miss spell it !!!?

im not being impressed by your web page for C# Development for Beginners . vary up setting . i was able some of this code here to mod my 3d printer layer interface , again not impressed !!!.

very Discouraged , my goal is to able to program for windows / mac , in order to make a smoother chat interface to solve Ai robot response timing issues with a small over clock or Replacement unit/ units . including make the customer more happy with there unit / units .

so annoyed i need to go 2 the gym :|

Steven Parker
Steven Parker
229,744 Points

Please show your code and provide a link to the course page you are working with, perhaps we can help when we see it.

5 Answers

English?

System.Console.Write("booktitle : "){ string = booktitle : "apple"; };

Zhaopeng Wang
seal-mask
PLUS
.a{fill-rule:evenodd;}techdegree seal-36
Zhaopeng Wang
Full Stack JavaScript Techdegree Graduate 32,210 Points
public class Program
{
  public static void Main()
  {
    string booktitle = "apple";
    System.Console.Write("booktitle : "+booktitle);
  }


}
  • the output will be
booktitle : apple

does not print in C# bs class for begainers.

Steven Parker
Steven Parker
229,744 Points

It would still help if you can provide a link to the course page you are working with.

who ever is the teacher fire him asap or dev for web page for C# class. going to the gym again let me know when your bs works .

Steven Parker
Steven Parker
229,744 Points

Just to be clear, we're students here like yourself. But we can try to help if you'll point us to what you are having an issue with!

Steven Parker im thinking a number from 1-5 what is it ? https://teamtreehouse.com/library/c-basics

Steven Parker
Steven Parker
229,744 Points

That link is to the course itself. I was suggesting that a link to the the specific page (I'm guessing it's a challenge) where you had the "booktitle" issue. Just add it as a comment to the question itself.

And I don't understand the reference to "thinking of a number", that doesn't seem related to "booktitle".

Also, you may want to delete the previous "answer", it might be considered a violation of the forum Code of Conduct!

Update: Thanks, that's much better! :wink: