which programming language uses the least number of lines to write a program
Answers
Answered by
1
Maybe Python, at it takes less lines than JAVA...
printing in python :-
print("Hello World!")
printing in java :-
class MyClass{
public static void main(String[] args){
System.out.println("Hello World!");
}
}
Answered by
0
Explanation:
recently popular Python is good for data scientist while the bulk like Java can be good for enterprise usages c is good at low level development c++ can be a bridge between low-level cell call and high llevel logics
Similar questions