Hacker Rank java problem 1 solution


1. first question in java of hacker rank


Welcome to Java!

 

      class java{
        public static void main(String args[]){
        System.out.println("Hello, World.");
        System.out.println("Hello, Java.");
  }
}




Compiler Message
Success
Expected Output 
Hello, World.
Hello, Java.
{-truncated-}
Download to view the full testcase


Comments

Popular posts from this blog

Amazon Web Services

Google Code-In mentorship experience :)

Hacker Rank all java and python problem solutions