56,044 views
38 votes
38 votes
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");

}
}

User ScottMcG
by
2.7k points

1 Answer

21 votes
21 votes
2 would be solving this
User Moustacheman
by
2.6k points