In the context of logical functions, a(n) _________ operator is a symbol that indicates the relationship between two values.
A. comparison
B. arithmetic
C. reference
D. text concatenation
Fill in the blank(s) with the appropriate word(s).
comparison
Rationale: In the context of logical functions, a comparison operator is a symbol that indicates the relationship between two values. The = symbol in the logical test argument is a comparison operator. See 15-4: Working with the IF Logical Function
You might also like to view...
Which of the following statements correctly defines a named constant named TAX_RATE that holds the value 0.075?
a. double TAX_RATE = 0.075; b. const TAX_RATE; double TAX_RATE = 0.075; c. const double TAX_RATE = 0.075; d. double TAX_RATE; const TAX_RATE = 0.075; e. const TAX_RATE = 0.075;
A ______ error may be detected during execution of a program.
a. debugging b. runtime c. syntax d. void e. all of the above
A(n) ________ indent indicates an indent for all but the first line in a paragraph
Fill in the blank(s) with correct word
Task is a _______ class.
a. anonymous inner b. composite c. nested d. generic