Sunday, August 30, 2015

Variables

Hi All,

In this post I'm going to teach you about "Variables", Let's take a look at "What is a Variable",

Variable is a container that stores a meaningful value that can be used throughout a program.Variables store this values or information in computer's memory. That vales or information can be change all throughout a program.

Variables can store different types of data, One variable in your program can store numeric data while another variable can store text data.

In my next post I will show you how to declare a variable in Java


No comments:

Post a Comment