The expression 5 / 2 evaluates to
A) 1
B) 2
C) 2.5
D) 5.2
E) 10
B) 2
You might also like to view...
The result of =UPPER("Anthony") is ________
Fill in the blank(s) with the appropriate word(s).
Answer the following statements true (T) or false (F)
1. A dictionary must store and form an association between search key and data value only for a sorted version of the dictionary, not for unsorted. 2. A linear link-based implementation of the ADT dictionary does not need to shift data for an add or a remove operation. 3. A linear link-based implementation of the ADT dictionary supports addition and removel operations more efficiently than an array-based implementation. 4. A binary search tree implementation of the ADT dictionary is nonlinear. 5. In the ArrayDictionary class, we must sort the items each time traverse is called.