Unit 5: Variables
Return to BrotherPete's Pages
Topic Description:
Variables are placeholders for a pieces of information that can change. Variables are abstractions that allow us to give a user-friendly name to data that is used throughout our programming.
Questions to be addressed:
What is a “variable” and how can it be used in programming?
How can we make static (constant) variables into changing variables?
What different ways might we change variables in a program?