The way that java Strings work is: If you add a numeric variable to a String (with the + operator), the value of the numeric variable is converted to a String and the converted String's value is...