Author | Message |
---|---|
jgarc629
Posts: 76
|
Posted 14:00 Mar 17, 2017 |
So I got the list of characters but am having trouble with the alignment. It says we are only allowed to use one loop, does a nested loop count as more than one loop? Also, is having an if statement for ( i == (a specific number) ) considered hardcoding? |
jzunig20
Posts: 38
|
Posted 16:33 Mar 17, 2017 |
only one loop allowed and i believe that is considered hard coding. |
kknaur
Posts: 540
|
Posted 16:58 Mar 17, 2017 |
Only one loop means no nested loops. Also you can have an if statement that moves to the next line every 10 characters printed. |