From 8a75d882bfe28a4abaade1bfa201240feb85fab9 Mon Sep 17 00:00:00 2001 From: naoever Date: Sat, 10 Mar 2018 12:34:16 -0800 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c05c1..af64940 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +##rainy day # Debugging Report Template After forking this project on GitHub, edit this file to replace where it says `Your answer here...` under each section below with your actual answers to each prompt while you strategically hunt for bugs! From 12859fd0108be34bbf1d08390ebd1941c0e04526 Mon Sep 17 00:00:00 2001 From: naoever Date: Fri, 16 Mar 2018 23:15:20 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af64940..e21b943 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -##rainy day # Debugging Report Template After forking this project on GitHub, edit this file to replace where it says `Your answer here...` under each section below with your actual answers to each prompt while you strategically hunt for bugs! @@ -15,7 +14,8 @@ Even if you feel like you have *no idea*, take a guess! What are some possible i
``` -Your answer here... +the value of answer is not defined properly. +the value of the notice is defined "Wrong" when it's supposed to be "Correct." ```
From 685004529317b4e5d37a20a854ab64647b8fd2e5 Mon Sep 17 00:00:00 2001 From: naoever Date: Fri, 16 Mar 2018 23:39:21 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e21b943..618042c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Write down a list of questions that you have related to your specific hypothesis
``` -Your list of questions here.... +Is else if statement put correctly? ```