rachelbrooks8774 rachelbrooks8774 07-02-2024 Computers and Technology contestada What is the output of the code snippet given belowString s = "abcde";int i = 1;while (i < 5){System (s.substring(i, i + 1));i++;}a) No outputb) abcdc) abcded) bcde