0
What is the easiest programming language to learn?
4 ответов
+ 3
Both languages are easy if you work hard.When we start learning a language, it seems that it is difficult but when we start to understand it, it gets easier as well.
+ 2
Learn the python programming language. It can create software for all operating systems except web devices, web applications and is easy to learn
# like!!!
+ 1
All languages are easy when we practice. But Java tends more than 5 - 10 lines but python doesn't
For example,
Python:
print("hi") # output: hi
Java:
class MyClass {
public static void main(String[ ] args) {
System.out.println("hi");
}
}
//output: hi
https://www.sololearn.com/learn/Python/2269/?ref=app
https://www.sololearn.com/learn/Java/2131/?ref=app
0
There is nothing like easy or hard you just have to understand logic. If you started with C you have to do lots of things with your own so you may feel its hard but once you learned it and move to any others language you will feel they are so easy to learn. So if you really want to develop your concept and base of building logic i recommend you to learn some more concept with C like Dynamic Memory Allocation and some basic concept of data structure and move to others :)