Arrays
An array is like a collection of items, and each item is of the same type. You can think of a 1D array like a list and a 2D array like a table. 1D…
You know how we humans talk to each other using different languages like English, Hindi, or Bengali? We use these languages to express our thoughts, …
Functions Imagine you're playing a video game and you have a special move that you use again and again. Each time you use this move, you have to…
Loops Think of loops like singing the same song again and again. When you sing your favourite song continuously, you are kind of doing a loop. You…
Variables Let's say you're helping your parents with grocery shopping and they want to keep track of how much the rice costs each week. So, t…
Imagine you're playing with your favourite set of building blocks. You can build lots of different things with them, right? Now, let's think …