Tuesday, September 25, 2007

reflection q 9/25/07

Provide yourself an example (not one from your instructor) of how you use a particular command that
will help jog your memory in the future when you need that command again. You must provide a little
code as well as a written explanation with this one.


system.out.println(“All \“ good\” men should come to the aid of their country”);

this code will remind me that i must use an escape sequence ( the \ plus the character) in order to perform certain functions or system.out certain characters such as the " mark because w/o the sequence the " would be read as the othe " needed to end the string.

No comments: