”++” is the ______ operator
incrementor
”–” is the ______ operator
decrementor
what is the final value of b
int b = -6;
b*=-2;
12
list two qualities that all recursive procedures must have
base case and a call to self
what quality does a dictionary have that makes it possible to perform a binary search?
the dictionary is alphabetically ordered