How to make a string comparison.
В int это - if((a > b)&&(a > c)), а как это сделать в String? - if((a.equals(b))&&(a.equals(c))). Как поставить знак ">"? Example: enter three words, and in which word there are more letters - then on the screen: "The word a is the most"