+ 1
Top Language that are easy to be learned?
Hi Guys! Im a Beginner here and I found out this app are useful to the people that who have interest in programming.And can you pls share your top language that you find out that are easy to be learned.Any thoughts Guys?
4 Answers
+ 4
+ 2
Its not about easyness. Its about the feel
+ 1
I would recommend that you start with C++. Learn the basics (for loops, if else statements, while loops, arrays, etc.) as you learn the syntax in this app, try to apply to a little project on you pc. After you get the basics, read on data structures and algorithms, and follow the same steps (practice on your own pc).
+ 1
Javascript is easy to begin with. It has a tolerant syntax and can be executed in any browser. Once you get used to basic programming concepts, move to a more strict language like c++.