Skip to content

Commit

Permalink
Create ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
mirehling authored Apr 30, 2024
1 parent 2139e63 commit 1b24b9f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ReadMe
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 2019 AP Computer Science A FRQ #4 LightBoard
Instructions: https://apstudents.collegeboard.org/ap/pdf/ap19-frq-computer-science-a.pdf

Quick Reference Guide: https://apstudents.collegeboard.org/ap/pdf/ap-computer-science-a-java-quick-reference.pdf

The correct answer outputs should have a pattern of 7 rows and 5 columns of stars and dots **_similar_** to that shown and should match the last line exactly.



```
**.*.
***..
.**..
****.
**...
.....
....*
false true false true
```

0 comments on commit 1b24b9f

Please sign in to comment.