Which of the following are the THREE primitive data types most commonly used in AP Computer Science A?
- **A)** \(class\), \(void\), and \(public\)
- **B)** \(String\), \(int\), and \(ArrayList\)
- **C)** \(int\), \(double\), and \(boolean\)
- **D)** \(Integer\), \(Double\), and \(Boolean\) (capitalized)
\(int\) (whole numbers), \(double\) (decimal numbers), and \(boolean\) (true/false) are the core primitive types tested on the AP exam; note \(String\) is actually a class (reference type), not a primitive.