A for loop lets us repeat code a fixed number of times.
Classes can have multiple methods with the same name, as long as the parameters to those methods are different. Doing this is called "overloading" a method. Methods can have multiple signatures. Java will use the correct signature based on the actual parameters used in a program.