Any decision can be made using combinations of just three types of comparisons: _____.
A. equal, more than, and less than
B. equal to, greater than, and less than
C. equal to, more, and less
D. equal, not equal to, and greater than
Answer: B
You might also like to view...
What is wrong with the following statement? Provide the correct statement to add one to the sum of x and y.
``` System.out.println(++(x + y)); ```
What output is produced by the following code fragment?
``` int num = 1, max = 20; while (num < max) { System.out.println(num); num += 4; } ```
Which of the following is NOT a drawing tool in Flash?
A. Rectangle tool B. Triangle tool C. Oval tool D. PolyStar tool
What statement regarding the SSH (Secure Shell) collection of protocols is accurate?
a. SSH provides a graphical view of the remote computer. b. SSH does not protect against DNS spoofing. c. SSH does not protect against IP spoofing. d. SSH supports port forwarding.