reset password
Author Message
astrong2
Posts: 25
Posted 13:04 Sep 16, 2017 |

Are we allowed to use an iterator to print the monster attack info?

jhurley
Posts: 207
Posted 13:19 Sep 16, 2017 |

YOu can if you want to, but in Java it is easier to use the enhanced for loop

for (MonsterAttack m: monsterAttackList){}