diff --git a/ReadMe b/ReadMe new file mode 100644 index 0000000..4dffb7f --- /dev/null +++ b/ReadMe @@ -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 +```