Question 4:

Consider the following statements about Java primitive types.

I. A boolean variable can store the value 0 or 1.
II. An int variable can store a decimal value like 3.14.
III. A double variable can store an integer value like 5.

A. I only
B. III only
C. I and III
D. None of the above
