flyelie2004 flyelie2004 07-05-2021 Computers and Technology contestada 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);