How do you code hello world | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you code hello world

This is my first time coding and I would like some help please

7th May 2017, 3:39 PM
Oliver Preston
Oliver Preston - avatar
3 Answers
7th May 2017, 3:41 PM
Agus Mei
Agus Mei - avatar
+ 1
I like Agus answer, it is best answer for sure.. but to keep it simple for the first time coder.. import java.util.*; import java.util.Scanner; class YourClass { public static void main(String args[]) { System.out.println("Hello World"); } }
7th May 2017, 4:17 PM
LordHill
LordHill - avatar
+ 1
thankyou so much
7th May 2017, 4:17 PM
Oliver Preston
Oliver Preston - avatar