|
Neon Blue, your code is acting correctly...
The '\u0022' is a quote, so the line
System.out.println('\u0022' + quote + '\u0022');
should output
"HelloWorld"
Then right after that you tell it to output another line...
System.out.println("Hello world");
My guess is that some of this is code form the book you're using and some is code you put in - all cool, it's doing what it's supposed to.
Don.
__________________
Don MacVittie F5 Networks - To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|