- To print Hello World
Output: Hello World
It's a simplest program code
Whatever you want to show in the output screen just type it after println
or print
inclosed with ()
inside " "
(double quote)
println("Whatever you want to print") //to print anything & point to next-line
print("Whatever you want to print") //to print anything & point to same-line
Concept
Coming Soon !
QuickIf your happiness depends on what somebody else does, I guess you do have a problem.