HakcerRank Java Strings Introduction Solution Problem: This exercise is to test your understanding of Java Strings. A sample String declaration: String myString = "Hello World!" The elements of a String are called characters . The number of characters in a String is called the length , and it can be retrieved with the String.length() method. Given two strings of lowercase English letters, and , perform the following operations: Sum the lengths of and . Determine if is lexicographically larger than (i.e.: does come before in the dictionary?). Capitalize the first letter in and and print them on a single line, separated by a space. Input Format The first line contains a string . The second line contains another string . The strings are comprised of only lowercase English letters....
I want to share my knowledge I am a professional motivational speaker.