[C] For loop (The For Statement)
In the previous note, I recorded how to program conversion between Celsius and Fahrenheit ([C] Variables and Arithmetic Expressions). In the process, we continuously increase the Fahrenheit temperature through the while
loop, and view the converted Celsius temperature result.
If you want the program to execute the same command over and over again, you can also use a for
loop to do this.