printNames Method
How do I Create a method named "printNames". It should accept one string (a person's name) as an argument and find the first and last names in the string? Useing the instance methods of the string to figure out where the break in the names are. After you find the names, print them to the console in the format:
First Name: [first name value]
Last Name: [last name value]
[389 byte] By [
ryno3185] at [2007-11-20 11:18:11]
