Loading...
Loading...
Chapter
Discover how to store information using variables and perform operations on that data using arithmetic, comparison, and logical operators.
Understanding Variables: The Building Blocks of Data
Data Types: What Kind of Information Are We Storing?
Assigning Values to Variables: Giving Data a Home
Naming Conventions for Variables: Keeping Your Code Readable
Operators: Performing Actions on Your Data
Arithmetic Operators: The Math of Programming
Comparison Operators: Checking Relationships Between Data
Logical Operators: Combining Conditions for Smarter Decisions
Operator Precedence: The Order of Operations