Question 10 (Algo) How to print nested array ?Input : [1, 5, 8, [9, 10, 24, 20, [39, 48], 89], 105, 99]Output : 1, 5, 8, 9, 10, 24, 20, 39, 48, 89, 105, 99. Previous Next