From fe794557bfc0637e61b46ade8eb8fb4fb6f565a1 Mon Sep 17 00:00:00 2001 From: Josh G Date: Thu, 29 Feb 2024 03:27:50 -0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 931badb..b3fa8e1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ HINT: CR Computer Science Discord groups are a great way to play this game remot **After 5 rounds, modify this README.md with a paragraph describing your attempt to stump your partner and the steps your partner took to identify and correct the error or the steps you think they should have used if they didn't solve the problem.** + +Through the game I attempted to "stump" my wife who is being very nice by helping me play this game with errors that included syntax mistakes and logic errors. I scored 2 points in round 1, but got cocky in the other rounds, trying to find errors without compiling cost me dearly and my wife's use of the compiler helped her to win over me with her 5 points vs my 2. I might have looked into more complex logic errors for the next time I play. --- ## Part 2: Date Display Program @@ -51,4 +53,4 @@ Just as you did in the first lab (Reference the Lab video in your Week 1 module) 4. Then issue a Pull request to my instructor repo 5. **Make sure to COPY the Pull request URL and submit it for the lab/assignment in Canvas.** -Enjoy the learning process! \ No newline at end of file +Enjoy the learning process!