rsniezak2 rsniezak2 25-08-2021 Computers and Technology contestada i need help debugging this code public challenge 1_2b { /* fix all the errors in this code */ public static void main(String[] args) { System.out.print("Baby"); System.out.print("Shark"); System.out.print("Do Doo Do Do Do Doo"); } }