โ Back to Arrays
Question 384
Copy an Array
Copy an Array
Copy the array {10, 20, 30} into a brand new array, then print the copy on one line separated by spaces:
10 20 30Expected Output:
10 20 30
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.