char[] newNames;
... fill newNames ...
newName[0]=Character.toUpperCase(newName[0]);
String resultString = String.copyValueOf(newName);

On Oct 30, 3:24 am, cis_body <[EMAIL PROTECTED]> wrote:
> I started doing java stream i/o homework but i am stuck with changing
> the character to uppercase. Is there anyone figured out how to do it?
> Any tip would be very valuable. Thank you.

--~--~---------~--~----~------------~-------~--~----~
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