201k views
4 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 Tibor
by
3.2k points

1 Answer

5 votes
2 would be solving this
User Brendan Quinn
by
4.3k points