+ 5

Which code is the easiest?

Well, I am now learning Java. Or should I learn for a beginner another, Plz tell me your suggestions. thx

26th Feb 2017, 3:07 AM
Sylv1a
Sylv1a - avatar
11 Réponses
+ 8
Python is an easier language for novice programmers to learn. You will progress faster if you are learning Python as a first language than Java. However, the popularity of Java means that learning this powerful language is essential if you want your apps run everywhere.
26th Feb 2017, 3:15 AM
Dev
Dev - avatar
+ 8
I recommend you to learn first: HTML, CSS and JavaScript... and Python also. These are the easiest languages that you can learn as a beginner in coding. This listed languages will help you to understand more easily how programming works. (My opinion from my experience) ☺
26th Feb 2017, 11:02 AM
Gabriel Felvinczi
Gabriel Felvinczi - avatar
+ 8
HTML>Ruby>Python
23rd Mar 2017, 8:15 AM
Ekansh
+ 4
you learn one language and understand all the dynamics and then it becomes easy to understand the concept of all other languages to follow
27th Feb 2017, 7:41 PM
Vincent Kabini
Vincent Kabini - avatar
+ 4
Kotlin
1st Sep 2017, 6:36 AM
Mohammed Suhail KM
Mohammed Suhail KM - avatar
+ 3
class Test { public static void main(String[ ] args) { String a="Hello world ^_^"; System.out.println(a); } }
26th Feb 2017, 10:27 AM
Arshit patel
Arshit patel - avatar
+ 2
class Test { public static void main(String[ ] args) { System.out.println("Hello World ^_^"); } }
26th Feb 2017, 10:08 AM
Sylv1a
Sylv1a - avatar
+ 1
I can't to that :( what's the answer ?
26th Feb 2017, 10:23 AM
Sylv1a
Sylv1a - avatar
0
php. it's really easy.
26th Feb 2017, 2:20 PM
Ishwarya Manikandan
Ishwarya Manikandan - avatar
0
PHP
26th Feb 2017, 4:34 PM
Ishwarya Manikandan
Ishwarya Manikandan - avatar
0
i recommend you to learn first html, css and javascript. then you should go with pythln and then java
1st Sep 2017, 6:50 AM
khan intikhab
khan intikhab - avatar