Skip to main content

6.1) Loops And Arrays


In this chapter, you will be introduced to two concepts that are intertwined and vitally important to programming. The first is called loops and it pertains to making the computer repeat some process over and over again. The second is arrays and they are about dealing with groups of data.