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 trialImani Malaika
351 PointsI can't type where I want to type. The delete and backspace buttons are not working correctly.
Am I supposed to start typing my own name without spaces between the " marks?
String myNIame = ""
2 Answers
Maria Celeste Vallenilla
Courses Plus Student 1,192 PointsFirst of all you have to correct the variable to:
String myName = "";
(Remember to put the ";" at the end)
Then if what u want is to create a String with your name then what u have to do is:
String myName = "Imani";
Maria Celeste Vallenilla
Courses Plus Student 1,192 PointsOh... then i don't know what to tell u sorry, maybe try and restore your computer and then try again, maybe then you can use it :)
Imani Malaika
351 PointsImani Malaika
351 PointsThe cursor will not allow me to insert between the quotation marks. Maybe I have a virus.