Variables and Assignment Statements

1. Variables and Assignment Statements

In all but the smallest programs, an executing program is constantly working with values. These values are kept in little sections of main memory called variables

bitBox

Chapter Topics:

      • Variables
      • Assignment Statements
      • Expressions
      • Arithmetic Operators

Question 1:

Do you imagine that a variable can change its value?


Source: Bradley Kjell, http://programmedlessons.org/Java9/chap09/ch09_01.html
Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial 3.0 License.