Multiple Choice
What is the value of c after the following code executes?
A = [ 10, 20, 30 ]
B = [ 40, 50, 60 ]
C = a + b
A) [ 50, 70, 90 ]
B) {[ 10, 20, 30 ], [ 40, 50, 60 ]}
C) [ 10, 20, 30, 40, 50, 60 ]
D) ([ 10, 40 ], [ 20, 50 ], [ 30, 60 ])
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: What is the value of myObject after
Q8: Which operator is used to obtain a
Q9: A tuple is an immutable collection type.
Q10: Use the & operator to concatenate two
Q11: Which of the following is an unordered
Q13: The map, filter, and reduce functions can
Q14: Which of the following is a special
Q15: What is the value of aList after
Q16: A sorted collection must be in a
Q17: Which statement is true about a sorted