5,6c5,6 < String out = s.toUpperCase(); < System.out.println(out); --- > System.out.println(s); > int a = 13;