flyelie2004 flyelie2004 Today at 3:42 AM 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);