about | help | code help+videos | done | prefs |
quiz02_20_2017_greatestNum_APSLHL
Write a method that returns the greatest number in an array of numbers 'nums'. Note that 'nums' can contain any number of any integers, including negatives and zero. quiz02_20_2017_greatestNum_APSLHL([5, 7, 3, 8, 2, 1, 4, 6]) → 8 quiz02_20_2017_greatestNum_APSLHL([7, 6, 5, 4, 3, 2, 1]) → 7 quiz02_20_2017_greatestNum_APSLHL([9]) → 9 ...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: 290
Copyright Nick Parlante 2017 - privacy