Which of the following definitions will allow the variable total to hold floating-point values?

A) float total;
B) double total;
C) auto total = 0.0;
D) All of the above
E) A and B, but not C


D) All of the above

Computer Science & Information Technology

You might also like to view...

All of the following would be likely candidates for Bluetooth connectivity EXCEPT a(n) ________

A) internal hard drive B) ergonomic keyboard C) mouse D) inkjet printer

Computer Science & Information Technology

The ________ statement allows for an efficient way of using several methods or setting multiple properties on a single object

A) FileDialog B) Dim C) With D) If

Computer Science & Information Technology

Which of the following is NOT an example of flaming?

A. a lie B. an ethnic joke C. profanity D. a sexist comment

Computer Science & Information Technology

The ____ is a massive database distributed over thousands of machines that, in total, contain the host name-to-IP address mappings for the more than 1 billion host computers on the Internet.

DNS ANS PNS ENS

Computer Science & Information Technology