0
I know absolutely nothing about computers, where do i even start?
3 odpowiedzi
+ 1
Start with conditionals, like if-then statements.
The basics of an if-then statement is that, given a block of code, it will run only if a certain condition (or, later, conditions) is met. How it is actually written will depend on the language.
If you get if-then statements, try your hands with a loop; it is similar to an if-then statement, except, the loop will constantly run its block of code, until the condition(s) is not met.
If you would like a deeper explanation, please ask!!
0
Thank you
0
buy a computer