Beginner module
Module 3: Operators, Expressions, and Strings
Use arithmetic, comparisons, logic, and string operations to build useful expressions before you move into decision-making.
Module lessons
Module 3: Operators, Expressions, and Strings
0/5 complete0% complete
01
Arithmetic and Assignment Operators
Use `+`, `-`, `*`, `/`, `%`, and assignment operators to update values and calculate results.
14 min
Next
02
Comparison and Logical Operators
Compare values and combine true/false results with logical operators so you are ready for conditions in the next module.
14 min
Ready
03
String Basics and Concatenation
Store text in strings and combine text with values to make output more useful.
12 min
Ready
04
Useful String Methods
Use a few high-value string methods to inspect and transform text without overwhelming the lesson with too many APIs.
14 min
Ready
05
Expressions and Operator Precedence
Read mixed expressions more accurately by learning how Java decides what to evaluate first.
12 min
Ready
Advertisement