โ Back to Printing
Question 55
Join an Array with Commas
Join an Array with Commas
An array of numbers is given. Print its elements joined by a comma and a space. For [1, 2, 3] the program prints: 1, 2, 3
Expected Output:
1, 2, 3
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.