Quia Home Home FAQ About Log in Subscribe now 30-day free trial
Java Games: Matching, concentration, word search, and flashcards.

Chapter 4 - Computer Science

Variables and Constants


AB
variableholds data that can change while the program is running
constantused to store data that remains the same throughout the program's execution
data typetype of variable that best fits the nature of the data itself
stringa group of characters put together to make a word or more
Boolean variablerepresents true or false
declaringindicating what type of variable you want and what you want to call it
initializeassign it a value
exponential notationvery large or very small numbers are represented with a fractional part
identifiersnames of variables in C++
keywordspart of the C++ language