MC Python statements may be spread over multiple lines with the_______ line-continuation character.
a) \
b) -
c) :
d) /
a) \
You might also like to view...
When must we use braces to define the body of a contitional expression? ______________
Fill in the blank(s) with the appropriate word(s).
The function int fact(int k) { return k*fact(k-1); if (k==0) return 1; }
A) computes the factorial on an integer k passed to it as parameter. B) returns the value 1 if it is passed a value of 0 for the parameter k. C) does not correctly handle its base case. D) works for all non-negative values of k, but not for negative numbers. E) None of the above
What is not an option in the Layout Options for Grouped Data in the Report Wizard?
A) Outline B) Stepped C) Block D) Multi-level
Word's Zoom slider is located on the ________
A) Quick Access Toolbar B) Ribbon C) status bar D) Insights pane