public class Solution {
public static void main(String []argv)
{
//Write your solution here.
System.out.println("Hello World.");
System.out.println("Hello Java.");
}
}
public static void main(String []argv)
{
//Write your solution here.
System.out.println("Hello World.");
System.out.println("Hello Java.");
}
}
No comments:
Post a Comment
Thank you for commenting. Please wait for response :)