What is the output of the following code fragment? String s1 = "Le Prestige"; s1 = s1.replace('i', 'o'); System.out.println(s1.substring(3, 9));