(String letters)
| 89 | } |
| 90 | |
| 91 | public void flashSequence(String letters) { |
| 92 | //TODO: Display each character in letters, making sure to blank the screen between letters |
| 93 | } |
| 94 | |
| 95 | public String solicitNCharsInput(int n) { |
| 96 | //TODO: Read n letters of player input |
nothing calls this directly
no outgoing calls
no test coverage detected