joshuaswag2193 joshuaswag2193 13-02-2024 Computers and Technology contestada What will be printed after the following code is executed?String str = "abc456";int i = 0;while ( l < 6 ){if (Character.isLetter(str.charAt(i))System.out.println(Character.toUpperCase(charAt(i)));i++;}