Hey, I'm second year college student interested in learning blockchain development and trying to make my ideas into reality through coding. I usually write on the topics in which I find my deep interest and will to share my learning with others.
I'm interested in opportunity through which I can use my blockchain knowledge to create internet more safe and authority less place.
Introduction Sometimes in programming, we need to run the block of the code if some condition is true and this is achieved by the decision-making statement or conditional statement. What is a decision-making or conditional statement? The decision-mak...

What is a variable? Variables are the named memory location where the user can store different values of the same data types. In other words, variables are the storage container to store the different values of the same data type. The value of the va...

In this article, you are going to learn about what is programming language and how you can give instructions to the computer to do a particular task. As a beginner, it is very important to know about the ways to solve any well-defined programming pro...
