Facebook
From Denim Ibis, 6 Years ago, written in Plain Text.
This paste is a reply to Untitled from Silly Ibis - go back
Embed
Viewing differences between Untitled and Re: Untitled
String output = "";
                name                  String[] a = name.toLowerCase();
                char 
split(" ");
                 String 
s1 = name.charAt(0);
                name 
"";
                 String s2 
name.replace(name.substring(0,1), "");
                s1 =  Character.toUpperCase(s1);
                
                
"";
                 for (int i = 0; i < a.length -1; i++) {
                        a[i] = a[i].substring(0,1);
                        a[i] = a[i].toUpperCase();
                        a[i] = a[i] + ". ";
                        
output += a[i];
                }
                 a[a.length-1] 
s1+name;
                
norm(a[a.length-1]);
                output += a[a.length-1];        
                 
return output;