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.
Comments
Post a Comment