Created
November 17, 2012 05:48
-
-
Save DanielDe/4093638 to your computer and use it in GitHub Desktop.
Week 7 Lab Exercise Solutions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a. 10 | |
b. 10 | |
c. 10 | |
d. 21 | |
e. infinite loop | |
f. 11 | |
g. 7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a. n = 2 | |
s = 10 | |
b. n = 5 | |
s = 11 | |
c. n = 21 | |
s = 211 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a. 2471116 | |
b. 4916 | |
c. 10 7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment