Problem Specification
Infinite Loops!
1. Problem Description
- Modify the InfiniteLoops.java file from the class website.
2. What to Turn In
- Your modified InfiniteLoops.java file
- Questions:
- What happened when you ran the program? (Did you need to close the program? Did it run fine or did you run into issues?)
- How do you think you’d achieve the same result using a
for
loop instead of awhile
loop?