Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private String capitalize(final String line) {
- return Character.toUpperCase(line.charAt(0)) + line.substring(1);
- }
- Starwarsname = capitalize(last+first) +" "+ capitalize(mother+town);
Advertisement
Add Comment
Please, Sign In to add comment