0
Best Code for Beginners
What is the easiest (but still quite popular) code for a beginner with no experience in coding to learn?
4 Respuestas
+ 4
i think hello world is confusing. You just printed something and that's it. I mean yeah it's a function and it's elementary stuff but for beginner it's just like "hey why did I have to write all those static void print () ; stuff and make things extra hard, only to print hello world" so anyway the simplest code would be : find the sum of two numbers.
x =1
y=2
print(x+y)
+ 2
Where all of us start here it is in python: print('hello world')
+ 1
Try to Start With C Bcoz It Helps Me While Learning Other Coding Languages Bcoz Somewhat C Concepts Are Used In Every Language
- 1
The eternal hello world 😊