Computer Science, asked by Ruthless, 1 year ago

print Hello World in Java

Answers

Answered by AbhijithPrakash
5
  1. \\Code by Abhijith
  2. class Hello{
  3.  public static void main(String[] args){
  4.    System.out.print("Hello World\n");
  5.  }
  6. }
  7. \\Code by AbhijithPrakash
Answered by Anonymous
4

class abc

{

public static void main (string args[])

{

system. out. println("hello world");

}

}

if u find it useful than follow me and Mark it as brainist

Similar questions