about | help | code help+videos | done | prefs |
boolean sameFirstThird(int[] nums). Given an array of ints with 4 elements, return true if the first and third elements have the same value. sameFirstThird([1, 2, 1, 3]) → true sameFirstThird([1, 2, 2, 3]) → false sameFirstThird([0, 0, 0, 0]) → true ...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: 100
Copyright Nick Parlante 2017 - privacy