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

 

simona1@sfusd.edu > has37
prev  |  next  |  chance

Given an array of scores, return true if there is a score of 37 in the array.


has37([1, 2, 3]) → false
has37([1, 2, 37]) → true
has37([1, 5, 3]) → false

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

public boolean has37(int[] scores) { }

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

Copyright Nick Parlante 2017 - privacy