| about | help | done | prefs | create account |
Java > Array-1 > makeEnds
prev | next | chance
| Given an array of ints, return a new array length 2 containing the first and last elements from the original array. The original array will be length 1 or more.
makeEnds({1, 2, 3}) → {1, 3} makeEnds({1, 2, 3, 4}) → {1, 4} makeEnds({7, 4, 6, 2}) → {7, 2} ...Save, Compile, Run See also Java Example Code. Java help docs: If Boolean Logic | Strings | While and For Loops | Arrays and Loops |
Forget It! -- delete my code for this problem 133.0
Copyright Nick Parlante 2006-10 - privacy