Exercise 1.1 - using loops Write a script that generates this output (can be done in 2 lines): 1 4 2 8 3 12 4 16 5 20 Go to Solution 1.1