Tagged: learn to program

0

Programming – What is Input?

Yesterday, we looked at What is a Variable and one of the things we discovered variables are used for is storing user input. Most of the interesting programs in the world will include some...

1

Programming – What is a Variable?

Now variables, they make programming interesting. Think of a variable as a box. Variables have a name and a type and they store data inside of them. This data can be anything from a...