10
|
-One of the advantages of using computer programs is that we can easily implement repetitive tasks. Loops such as the `for`, `while`, and `do-while` allow us to repeat a block of instructions as many times as needed. In this lab experience, you will use `for` loops to complete a simple ciphering application.
|
|
|
|
|
10
|
+One of the advantages of using computer programs is that we can easily implement repetitive tasks. Loops such as the `for`, `while`, and `do-while` are control structures that allow us to repeat a block of instructions as many times as needed. In this lab experience, you will use `for` loops to complete a simple ciphering application.
|