Here's what we went over in today's class:
- reviewed homework (if, else if, and else statements)
- learned about iteration
- while loops
- do-while loops
- for loops
- for-each loops
- learned about break statements and continue statements
Here's the replit link: https://replit.com/@offexe/10-2-22#Main.java
Here's the homework:
Take an input of 5 integers. Store them in an array, and print them out. If the number is a perfect square, don't print it out. If the number is 63, stop the loop.