From 1b24b9fd5c390cab678e94787c45171cf6b3ea6d Mon Sep 17 00:00:00 2001 From: mirehling <143027770+mirehling@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:17:48 -0700 Subject: [PATCH] Create ReadMe --- ReadMe | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ReadMe 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 +```