FLYELIE2004GO FLYELIE2004GO Computers and Technology Answered What is the output of the following code segment? String[] cs = "Elon Musk founded SpaceX on May 6, 2002.".split(" "); System.out.println(cs.length);