about | help | code help+videos | done | prefs |
Write a method that returns the integer array 'nums' in reverse order. Look at the test data for examples. quiz2022_03_01_APSLHL_reverse([59784, 32, 23486, 32876, 1242]) → [1242, 32876, 23486, 32, 59784] quiz2022_03_01_APSLHL_reverse([532, 214, 42, 5457, 8, 9, 1]) → [1, 9, 8, 5457, 42, 214, 532] quiz2022_03_01_APSLHL_reverse([1, 2, 3, 4, 5, 6, 7, 8, 9]) → [9, 8, 7, 6, 5, 4, 3, 2, 1] ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 240
Copyright Nick Parlante 2017 - privacy