Skip to content

Commit

Permalink
Update lab-report3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannnty authored Feb 11, 2024
1 parent 40d5b14 commit a0d296e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cse15l-lab/lab-report3.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# __Lab Report 3__

***
## Part 1 - Bugs

Provide:

A failure-inducing input for the buggy program, as a JUnit test and any associated code (write it as a code block in Markdown)
An input that doesn't induce a failure, as a JUnit test and any associated code (write it as a code block in Markdown)
The symptom, as the output of running the tests (provide it as a screenshot of running JUnit with at least the two inputs above)
The bug, as the before-and-after code change required to fix it (as two code blocks in Markdown)
Briefly describe why the fix addresses the issue.

0 comments on commit a0d296e

Please sign in to comment.