Author | Message |
---|---|
David
Posts: 8
|
Posted 18:40 Mar 14, 2018 |
I'm lost on how to map the phone keypad? I tried using: if (equals() || equals()); |
kknaur
Posts: 540
|
Posted 19:17 Mar 14, 2018 |
It is pretty much how you solved it for Homework 6, but this time you are using a loop. Look at your solution for Homework 6 and see what parts are repeated and see if you can combine it all into one loop. |