I know absolutely nothing about computers, where do i even start? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I know absolutely nothing about computers, where do i even start?

25th Oct 2017, 12:30 AM
MikeMike
3 Answers
+ 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!!
25th Oct 2017, 12:37 AM
Quantallax
0
Thank you
25th Oct 2017, 12:48 AM
MikeMike
0
buy a computer
25th Oct 2017, 11:57 AM
VcC
VcC - avatar