Programmers' Garden
Where programming concepts grow
Control flow
It determines the order in which the program runs. It allows you to make your programs more efficient and effective by specifying the order in which instructions are executed.
Read more...
Zvonimir Fras
Data types
At its most basic level, all data is a series of zeroes and ones. The way you interpret and use that data is determined by its data type.
Read more...
Zvonimir Fras
Operators
Symbols or words used in programming to perform various actions on data. There are three main types: arithmetic, comparison, and logical.
Read more...
Zvonimir Fras
Variables
Variables are the key to unlocking your code's potential. Without them, our programs wouldn't be able to adapt and change based on user input or other external factors. Learn how to use them and reap the results!
Read more...
Zvonimir Fras