You can use either a(n) ____ or a ____ to store the value of a logical expression.

A. float,double
B. char, string
C. int,bool
D. float,string

Answer: C

Computer Science & Information Technology

You might also like to view...

Which statement about insertion sort is true?

a. A maximum of n comparisons are needed to sort the array, where n is the number of elements. b. The algorithm is simple compared to other sorting procedures. c. No temporary variables are needed. d. Performance is maximized.

Computer Science & Information Technology

When a timer is instantiated, it is given an interval in milliseconds and a(n) ____ object.

A. listener B. direction C. speed D. distance

Computer Science & Information Technology