They symbols =, >, and < are known as:
a. aggregate functions
b. comparison operators
c. logical operators
B
Computer Science & Information Technology
You might also like to view...
One way to copy a formula is to click on the cell that contains the formula, click ________, and then click Copy
A) Cut B) Edit C) Range D) Formula
Computer Science & Information Technology
Which of the following statements removes all text from lstBox?
(A) lstBox.Clear() (B) lstBox.Items.Clear() (C) lstBox.Text.Clear() (D) lstBox.Items.Add("")
Computer Science & Information Technology