+ 12
Which language should i take first i am a begginer so guys pls help me
what should i take first
4 Respuestas
+ 2
On SoloLearn, try either HTML/Javascript or Python. Yet know that Python is an oddball when it comes to its differences of many languages here (mostly due to indentation).
BIG NOTE: ALWAYS remember that some programming languages have their lists start counting from 1 to the list's length (Lua is an example) while many modern ones go from 0 to one below the list's length.
1 to the length:
0 length - do not try to loop through it.
N length - loop until index is greater than N.
0 to one below the length.
0 length - some languages gracefully stop your loop from running. (Javascript: 'for (var i=0; i<list.length; ++i) {...}' )
N length - loop while index is less than N.
+ 18
Depends on what you plan to achieve with programming. Web development? Android app development? Desktop app development?
Refer:
https://www.sololearn.com/Discuss/295151/?ref=app
+ 2
if your goal is to be in web development then do HTML.. if you have some other goals, then do little research on your choice of language
https://www.sololearn.com/Discuss/359776/advice-for-new-programmers
0
I think the main is html