The homework instructions for 1011 contains the following:

Write a static method called generateNewName() as following:
      * It receives the array of String as a parameter.
      * It creates a new first name by taking the 2nd character of each
        String from the array

My question is: If the first name is Christine is the new first name

Cristine (second letter taken out)

OR

h  (formed by taking the second character)

Since "h" doesn't make much sense as a name, I think I'll use the first
interpretation. 

Mike


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to