Input
Output
public class Multicomment { public static void main(String[] args) { /* simple hello word program Multi-Line Comment*/ System.out.println("Hello World"); } }