Computer Science, asked by yanalotia5565, 1 year ago

Correct javascript syntax to write hello world

Answers

Answered by Samanwita
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!☺️
Similar questions