print Hello World in Java
Answers
Answered by
5
- \\Code by Abhijith
- class Hello{
- public static void main(String[] args){
- System.out.print("Hello World\n");
- }
- }
- \\Code by AbhijithPrakash
Answered by
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