When an executing program encounters a(n) ____ statement, the condition is evaluated to determine its numerical value, which is then interpreted as either true or false.
A. switch
B. break
C. if
D. else
Answer: C
Computer Science & Information Technology
You might also like to view...
Which hard drive could be removed when power is applied to the computer?
A) eSATA B) SSD C) PATA D) SATA E) Internal SCSI
Computer Science & Information Technology
__________ tells the Java compiler that a method is meant to override a method in the superclass.
a. Override b. Overload c. Protected d. Inherited
Computer Science & Information Technology