public class Demo1 { public static void main(String[] args) { int x; String s; x = 12 + 34; s = "12" + "34"; } }