Table of contents
We always think that learning programming language require alot of maths... Let me tell you, yes you need at-list to know simple operations done in maths things like (addition, division, substraction, multiplication, comparison). But when you start programming or learn an language somethings come on top of that. without talking to much let's start our post of the day.
1.Logic and algorithm
When starting programming language logic is the key as a programmer, it's one of the must. This them logic will be more explained in coming post. Algorithm is the key to master an programming language, because before starting to write something on your consol or your coding editor you must have a simple explanation of what the program will do, witch variables are required, witch instruction i will follow. If you have never read about algorithm, in coming post's i'll explain it for you.
2.Basics
Each programming language has got basic things or instruction to follow, with make the power of thag programming language.
Variables:
learn how to declare variables in that language, and how initialize it.
Condition:
learn how to declare an condition startement and use it.
Loop:
learn how to code with loops in that language.
Arrays:
learn how array are initialized and how to fill in values, and how to read values from that arry.
Function :
learn how to declare your on functions and learn how to use existing values of the language.
Full post loading... Just like, share ...