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

 

srp4379@lausd.net > sameFirstThird
prev  |  next  |  chance

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)

boolean sameFirstThird(int[] nums) { }

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

Difficulty: 100

Copyright Nick Parlante 2017 - privacy