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

 

dsawyer@methacton.org arrays_level_2 > county
prev  |  next  |  chance

Returns the number of times the value x appears in the given array.


county([5, 3, 3, 8], 3) → 2
county([9, 0], 9) → 1
county([1, 2, 3, 4, 5], 18) → 0

...Save, Compile, Run (ctrl-enter)

public int county( int [] nums, int x ){ }

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: 200

Copyright Nick Parlante 2017 - privacy