You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lesson_04/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,4 +9,9 @@ Please review the following resources before lecture:
9
9
10
10
## Homework
11
11
12
-
- TODO(anthonydmays): Provide details
12
+
-[ ] Do [coding exercise](#writing-some-code).
13
+
-[ ] Do pre-work for [lesson 05](/lesson_05/).
14
+
15
+
### Writing some code
16
+
17
+
For this assignment, you will need to write code that determines whether a number is a prime number. You will produce code in two different languages, then provide a 100+ word write up about the similarities and differences between the two implementations you made. An example is provided in the [anthonydmays/](./anthonydmays/) folder.
0 commit comments