?When recording daily rainfall, a data entry of _____ would be rejected.
A. ?-2
B. ?0
C. ?5
D. ?10
Answer: A
Computer Science & Information Technology
You might also like to view...
What is the value stored in the variable myNum after the following assignment statement executes?
myNum = 23 % 5 a. 3 b. 4 c. 4.6 d. 115 e. None of these
Computer Science & Information Technology
In the statement b=a*c/d+e which is the first operation that is performed when this C++ statement is executed?
A. b= B. d+e C. a*c D. c/d
Computer Science & Information Technology
The values for the left and top properties can be expressed in ____.
A. pixels B. percentages C. em values D. all of the above
Computer Science & Information Technology
Programmers often use a ____ to illustrate class features or to help plan them.
A. class diagram B. polymorphic diagram C. class illustration D. flowchart
Computer Science & Information Technology