We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaeefaa commit bbb8334Copy full SHA for bbb8334
exercises/bob/Example.cs
@@ -4,6 +4,8 @@ public static string Response(string statement)
4
{
5
if (IsSilence(statement))
6
return "Fine. Be that way!";
7
+ if (IsYelling(statement) && IsQuestion(statement))
8
+ return "Calm down, I know what I'm doing!";
9
if (IsYelling(statement))
10
return "Whoa, chill out!";
11
if (IsQuestion(statement))
0 commit comments