Skip to main content

Posts

Showing posts with the label Welcome to java! hackerrank solution

Welcome to Java! Hackerrank Solution

Welcome to Java! Hackerrank Solution Do Check My Video Solution Solution: public   class  Solution {      public   static   void  main(String[] args) {          /* Enter your code here. Print output to STDOUT. Your class should be named Solution. */         System.out.println( "Hello, World." );         System.out.println( "Hello, Java." );     } } 👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍 o/p: Hello, World. Hello, Java.