You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
341 B
341 B
Chapter 2: Variables, expressions, and statements
This chapter discusses the following topics:
- Values and types
- Variables
- Variable names and keywords
- Statements
- Operators and operands
- Expressions
- Order of operations
- Modulus operator
- String operations
- User input
- Comments
- Choosing good variable names
- Debugging