1. [‘carrot’, ‘celery’, ‘broccoli’, ‘potato’, ‘asparagus’] Correct 1.00
2. [‘carrot’, ‘celery’, ‘potato’, ‘asparagus’]
3. [‘carrot’, ‘broccoli’, ‘celery’, ‘potato’, ‘asparagus’]
4. [‘celery’, ‘carrot’, ‘broccoli’, ‘potato’, ‘asparagus’]
[‘carrot’, ‘celery’, ‘broccoli’, ‘potato’, ‘asparagus’] Correct 1.00
1. [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
2. [[0, 1, 2], [1, 2, 3], [2, 3, 4]]
3. [1, 2, 3, 4, 5, 6, 7, 8, 9]
4. [0, 1, 2, 1, 2, 3, 2, 3, 4]
[[0, 1, 2], [1, 2, 3], [2, 3, 4]]
1. 8
2. 12
3. 16
4. 32
16
1. 3
2. 5
3. 6
4. 33
33
1. 1
2. 3
3. 5
4. 6
1
1. The program prints two rows 3 4 5 1 followed by 33 6 1 2
2. The program prints on row 3 4 5 1 33 6 1 2
3. The program prints two rows 3 4 5 1 followed by 33 6 1 2
4. The program prints two rows 1 3 4 5 followed by 1 2 6 33
The program prints two rows 1 3 4 5 followed by 1 2 6 33
1. 1 2 3 4
2. 4 5 6 7
3. 1 3 8 12
4. 2 5 9 13
2 5 9 13
1. 3 33
2. 1 1
3. 5 6
4. 5 33
5 33
1. 1
2. 2
3. 4
4. 5
5
1. 1
2. 2
3. 4
4. 5
4