Definition
Data : any information that can be moved, processed, or stored by a computer
Value (Data Value) : A single piece of data
Trait
- Values Examples;
- Numbers
- Characters (Placed in between single-quote)
- Text (Placed in between double-quote)
- Must be properly quoted (compiler will try to read those values as C++ code)
- Values that are placed directly into source code are called literals (read-only values)