Which of the following is NOT a correct accumulation operator?
A. =/
B. +=
C. -=
D. *=
A
Computer Science & Information Technology
You might also like to view...
List the number of rooms in each hotel in London.
What will be an ideal response?
Computer Science & Information Technology
Insertion of a node into a doubly linked list requires how many changes to next and prev pointers?
a. no changes b. 1 next, 1 prev c. 2 next, 2 prev d. 3 next, 3 prev e. none of the above
Computer Science & Information Technology
That Freeze Panes is being used in a worksheet is indicated by ________
A) an error indicator B) the line along the border C) the range finder D) sizing handles
Computer Science & Information Technology
Write a statement that totals the elements of column 2 of t.
What will be an ideal response?
Computer Science & Information Technology