Tutorial 05: Understanding Variables Hello! Let us have a discussion about a powerful and semi-confusing programming topic – variables. A variable is like a bucket. You choose what types of stuff you want in the bucket and can change the contents as often as you like. When you declare a variable, you are telling the program two things, firstly – what types of things you plan to put in the bucket, and secondly, what the name of the bucket is so you can refer to it later. (click here to read the full article >>) |
0 comments:
Post a Comment