flyelie2004 flyelie2004 07-05-2021 Computers and Technology contestada What is the output of the following code segment? String[] cs = "Bill Gates and Paul Allen founded Microsoft on April 4, 1975.".split(" "); System.out.println(cs[6].charAt(5));