id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

james.shockey@austinisd.org > goingDown
prev  |  next  |  chance

Going Down Old Given a 1D array of integers, return true if each score is less than or equal to the one before. The minimum array length will be two(2) elements.


goingDown([1, 3, 4]) → false
goingDown([1, 3, 2]) → false
goingDown([4, 1, 1]) → true

...Save, Compile, Run (ctrl-enter)

public boolean goingDown(int[] arr) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Copyright Nick Parlante 2017 - privacy