float and double variables should be used:

a. To perform monetary calculations.
b. As counters.
c. To store true/false values.
d. As approximate representations of decimal numbers.


d. As approximate representations of decimal numbers.

Computer Science & Information Technology

You might also like to view...

Given the following code fragment, and an input value of 5, what is the output?

int x; if( x< 3) { cout << "small\n"; } else { if( x < 4) { cout << "medium\n"; } else { if( x < 6) { cout << "large\n"; } else { cout << "giant\n"; } } } a. small b. medium c. large d. giant

Computer Science & Information Technology

You should expect ________ when interacting with software.

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

Computer Science & Information Technology

You assign the Uniform Resource Locator of a JavaScript source file to the ____ attribute.

A. src B. js C. href D. file

Computer Science & Information Technology

The SATA drive technology utilizes a serial data path.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology