Programming Logic : Variables
Hello there , We are getting deeper and deeper into Code and we are covering Variables. They are also a Corner stone to Programming. A variable is a named value used to operate certain operations in a program. To explain this better , I am going to use a box to illustrate a variable. When you create a variable , You symbolize an empty box. When you place something in the box , You are giving it a value . And so that you don't get confused , You slap a sticker that explains what the box is for. That's what variables do , They hold values and also have names so you can identify them. More information on Variables Read this to learn more about Variables How do we use variables ? Let's say , We are a creating a Greeting Program. A simple program that Greets the user after he inputs his Name. We would create a variable to store that specific name and Greet them. Visual example of the Greeting program : There are lots of examples out there that you can look out for and I enco