Loading video...
Types, Variables, & Arithmetic Operators
- AP Java Subset includes three primitive types: int, double, and boolean
- A variable is a memory location that can store a value
- A final variable, or constant, cannot change its value once it is assigned
- There are five arithmetic operators: +, -, *, /, %
- Assignment is done with the = operator
- There are five compound assignment operators: +=, -=, *=, /=, %=
- The increment operator ++ adds one; the decrement operator -- subtracts one
Types, Variables, & Arithmetic Operators
Lecture Slides are screen-captured images of important points in the lecture. Students can download and print out these lecture slide images to do practice problems as well as take notes while watching the lecture.



































Start Learning Now
Our free lessons will get you started (Flash® 10 required).
Sign up for Educator.comGet immediate access to our entire library.
Features Overview