+ 3
Why every programing language display the first program hello world! ?
3 Respuestas
+ 22
Since the 1970s, it has been a tradition that a beginning programmer’s first program should print " Hello, World" . So, you should type the code into a file, compile it, and execute it. By doing so, you will be following in the footsteps of countless others who have learned how to program. Also, you will be checking that you have a usable editor and terminal application.
"introduction to programming in Java by Robert Sedgewick and Kevin Wayne"
+ 5
its just like a tradition but there are like languages which dont like python
- 2
But most of the programming language can do this hello world except python