What can I fill here class MyClass { public static void main(String[ ] args) { System.out.println("Hello World"); | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

What can I fill here class MyClass { public static void main(String[ ] args) { System.out.println("Hello World");

help me

14th Jan 2018, 4:21 PM
Sharoj yadav
5 ответов
+ 18
class MyClass { public static void main(String[ ] args) { System.out.println("Hello World"); /* fill here whatsoever u want to fill */ } }
14th Jan 2018, 5:03 PM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 2
This is main function of the program. The entry point of every console program in c, c++, c# and java. You can implement your algorithm there.
14th Jan 2018, 4:29 PM
Insight
Insight - avatar
+ 1
Fill where?
14th Jan 2018, 4:22 PM
BlazingMagpie
BlazingMagpie - avatar
+ 1
tq doxt
14th Jan 2018, 4:39 PM
Sharoj yadav
+ 1
class MyClass { public static void main(String[ ] args) { System.out.println("Hello World"); } }
14th Jan 2018, 5:05 PM
Sharoj yadav