previous |
start |
next
Final Letter Test is Not Correct
- Set breakpoint in line 35 (first line of
countSyllables)
- Start program, supply input hello
- Method checks if final letter is 'e'
- Run to line 41
- Inspect variable ch
- Should contain final letter but contains 'l'
previous |
start |
next