Computer Science, asked by mirajyashra, 7 months ago

write a java program to display the message "Hello World"​

Answers

Answered by Sadhanagupt
4

class abc

{

public static void main ()

{

System.out.println("\"Hello World\"");

}

}

Plz mark it as brainliest

Similar questions