Match the following comparison operator symbols to their meaning
I. =
II. <
III. <>
IV. >=
V. >
A. Not equal to
B. Equal to
C. Greater than
D. Less than
E. Greater than or equal to
Answer: B, D, A, E, C
Computer Science & Information Technology
You might also like to view...
The default theme in Word is named P ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. A program’s comments should connect the program code to the problem being solved. 2. A program should have a comment on every line. 3. Comments have no value whatsoever and do not belong in a program. 4. The most difficult programming language construct to learn to use properly is the comment. 5. A computer program is a set of instructions intended for only the computer to follow.
Computer Science & Information Technology