Author | Message |
---|---|
msaboo
Posts: 2
|
Posted 21:01 Mar 17, 2017 |
Hello, Can I use two loops in the program, one for the entire program and the other to replace vowels with '_' ? |
kknaur
Posts: 540
|
Posted 21:18 Mar 17, 2017 |
" You are only allowed to use one for loop to solve this problem. No other loops allowed. " Remember that you can have multiple variables to store different parts of the output... |
msaboo
Posts: 2
|
Posted 22:11 Mar 17, 2017 |
Thank you Keenan. Last edited by msaboo at
22:11 Mar 17, 2017.
|