Challenge for Java Coding Contest

Challenge

Answer this simple question to sign up for the contest!

What will the following code print out?

public class Main
{
    public static void main (String[] args)
    {
        String s1 = "Learn";
        String s2 = " Programming";
        System.out.println(s1 + s2);
    }
}

Please sign in or sign up to submit answers.

Alternatively, you can try out Learneroo before signing up.

Contact Us
Sign in or email us at [email protected]