Computer Science, asked by anshii456, 1 year ago

which programming language uses the least number of lines to write a program​

Answers

Answered by AmartyaChowdhury
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 80116196az
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