public class MainClass { public static void main(String[] arg) { String myString = 5 + 5 + " is ten"; System.out.println(myString); } }
10 is ten