Correct javascript syntax to write hello world
Answers
Answered by
1
HEYA FRIEND,☺️
HERE IS YOUR ANSWER,
class P
{
public static void main ()
{
String a="Hello World";
System.out.println(a);
}
}
HOPE IT HELPS YOU!☺️
HERE IS YOUR ANSWER,
class P
{
public static void main ()
{
String a="Hello World";
System.out.println(a);
}
}
HOPE IT HELPS YOU!☺️
Similar questions