Which of the following can store a number containing a decimal place?

A. Double
B. Long
C. String
D. Integer


Answer: A

Computer Science & Information Technology

You might also like to view...

On a line chart, small squares located on a line at each data point are referred to as points or ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The disciplines of business, communications, and social sciences tend to prefer which writing style?

A) MLA B) Turabian C) APA D) Chicago

Computer Science & Information Technology

The ^ operator is the ____________________ arithmetic operator.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which of the following will cause a logical error if you are attempting to compare x to 5?

A. if (x == 5) B. if (x = 5) C. if (x <= 5) D. if (x >= 5)

Computer Science & Information Technology