News

Practicing nested while loops. Contribute to ZaliaMist/multiplication-table-loops development by creating an account on GitHub.
* In **the body of the loop** we create a nested **`for`** loop that will be responsible for the columns in the table. We name the loop variable **`col`** and assign it an initial **value of 0**.