MC Which of the following results in a fatal logic error?
a) attempting to add numbers that have not been converted from string format.
b) dividing by zero.
c) forgetting a colon in an if structure.
d) All of the above.
b) dividing by zero.
Computer Science & Information Technology
You might also like to view...
A stack is a __________ data structure.
a. FILO. b. FOLI. c. LOFI. d. LIFO.
Computer Science & Information Technology
The technique of implementing each stack method as a call to a List method is called __________.
a. delegation. b. delimiting. c. assigning. d. shifting responsibility.
Computer Science & Information Technology