Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: adds stretch assignment for lesson 03 #96

Merged
merged 2 commits into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions lesson_03/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
1. Read CC 2,4; SEG 1
1. Create your Codio account [using this link][codio-link].
1. Create three new quiz questions.
1. [Stretch] Write code for [8-bit assembler][assembler-link] that implements the substring function. It will take as input a string, a starting index, and an ending index. The function must print the substring portion indicated by the indices. Submit this portion of the assignment as a separate PR for my review for additional credit.

## Important reminders

Expand Down Expand Up @@ -39,6 +40,7 @@ Now's your chance to quiz the instructor! In this assignment, you will modify th
```

[codio-link]: https://codio.com/p/signup?courseToken=vatican-flood
[assembler-link]: https://schweigi.github.io/assembler-simulator/
[quizzes-folder]: ./quiz/lesson_03_quiz/src/main/java/com/codedifferently/lesson3/quizzes/
[quiz-folder]: ./quiz/
[quiz-example]: ./quiz/lesson_03_quiz/src/main/java/com/codedifferently/lesson3/quizzes/AnthonyMaysQuiz.java
Expand Down