Exit 98-388 Introduction to Programming Using Java
Question 4 of 5
0% complete
Q4 Single choice

The question requires that you evaluate the underlined text to determine if it is correct.

You should use an int data type to store the numeric value 3,000,000,000 (3 billion) so that the least amount of memory is used.

Review the underlined text. If it makes the statement correct, select "No change is needed." If the statement is incorrect, select the answer choice that makes the statement correct.

  • A

    No change is needed.

  • B

    a short

  • C

    a byte

  • D

    a long