Skip to content

Instantly share code, notes, and snippets.

View guillermohernandez's full-sized avatar

Guillermo Hernandez Jr guillermohernandez

View GitHub Profile

Exercise Nº 1 Using a nested for loop, print the string "hello" 12 times. Use different combinations of numbers. For example, the outer loop would loop 6 times and the inner one 2 times (6*2 = 12). Etc.

Exercise Nº 2 Create a nested for loop to produce the following string:

*
**
***