int n = name.length(); // bug # 1 System.out.println(n); name += "; The end."; // bug #2 System.out.println(name); // #3