FLYELIE2004GO FLYELIE2004GO Computers and Technology Answered 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));