Categorized Question Set
Categorized Question Set
Your Progress
Goals
This sections aims at providing concretness to the Thoery learnt by applying it to solve Coding Problems.
Suggested prerequisites
Any topic that you are attempting, you must gain a set limit of knowledge required for the same, beforehand.
Variables & Operators
Variables allow you to store values for later use. For example, you can store the value "Kevin" in the variable myName. Operators are symbols that allow you to perform arithmetic (e.g. adding two numbers), comparisons (e.g. comparing two values to see which is greater), and logical operations (e.g. checking if one of two things is true).