|
1 | 1 | # Instructions |
2 | 2 |
|
3 | | -Bob is a lackadaisical teenager. |
4 | | -In conversation, his responses are very limited. |
| 3 | +Your task is to determine what Bob will reply to someone when they say something to him or ask him a question. |
5 | 4 |
|
6 | | -Bob answers 'Sure.' if you ask him a question, such as "How are you?". |
| 5 | +Bob only ever answers one of five things: |
7 | 6 |
|
8 | | -He answers 'Whoa, chill out!' if you YELL AT HIM (in all capitals). |
9 | | - |
10 | | -He answers 'Calm down, I know what I'm doing!' if you yell a question at him. |
11 | | - |
12 | | -He says 'Fine. Be that way!' if you address him without actually saying anything. |
13 | | - |
14 | | -He answers 'Whatever.' to anything else. |
15 | | - |
16 | | -Bob's conversational partner is a purist when it comes to written communication and always follows normal rules regarding sentence punctuation in English. |
| 7 | +- **"Sure."** |
| 8 | + This is his response if you ask him a question, such as "How are you?" |
| 9 | + The convention used for questions is that it ends with a question mark. |
| 10 | +- **"Whoa, chill out!"** |
| 11 | + This is his answer if you YELL AT HIM. |
| 12 | + The convention used for yelling is ALL CAPITAL LETTERS. |
| 13 | +- **"Calm down, I know what I'm doing!"** |
| 14 | + This is what he says if you yell a question at him. |
| 15 | +- **"Fine. Be that way!"** |
| 16 | + This is how he responds to silence. |
| 17 | + The convention used for silence is nothing, or various combinations of whitespace characters. |
| 18 | +- **"Whatever."** |
| 19 | + This is what he answers to anything else. |
0 commit comments