teionamwhite4916 teionamwhite4916 07-02-2024 Computers and Technology contestada What is the output of the code snippet given belowString s = "abcdefghijkl";int i = 1;do{if (i > 2){System (s.substring (1, i));}i++;}while (i < 5);a) abcdb) bcdec) bcbcdd) cdef