In this video will be covering for loops in java which let us iterate/repeat our code a set number of times without us having to write out loads of code.
These are really useful for helping to keep your java programs efficient and concise. I've also attached all the java code from the video in my git repository linked below with a few more exercises for java for loops and coded solutions :
https://github.com/HarshilsHowTo/6-Fo...