Advertisement
101dogg

Untitled

Apr 26th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. public int[] a = {1, 2, 4, 5};
  3.  
  4. public static void main(String[] args) {
  5. }
  6.  
  7. boolean isSorted(int[] a) {
  8. for (int g : a) {
  9. if (a[] <a + 1 )
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement