What are Variables ? Variables are such kind of carrier which carries various values of a program. In a program those values can vary in terms of different conditions (addition, subtraction, multiplication, division, etc.). We can put different values through those variables and use that wherever we want (in a program). You can put both [...]
↧