
Oswald M. answered 08/25/23
Tutor
4.9
(68)
Senior Information Technology Specializing in Java
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.");
}
// oswald the lucky tutor
}

Oswald M.
oswald the lucky tutor08/25/23