Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. First in Java, then in C
  2.  
  3. #1
  4. Write a method that accepts one array of ints, returns nothing and prints the contents of the array to the console
  5.  
  6. #2
  7. Write a method that accepts one array of ints and returns the sum of the values in the array.
  8.  
  9. #3
  10. Write a method that accepts one array of ints and returns the largest value in the array.
  11.  
  12. #4
  13. Write a method that accepts one array of ints and returns the lowest value in the array.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement