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

 

mrsdianneoc@gmail.com > mixedNames
prev  |  next  |  chance

Given an array of Strings, and an array of starting letters, return an array containing all of the Strings from the original array that start with one of the letters in the array of characters. (all non-empty Strings will start with capital letters)


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

public String[] mixedNames(String[] names, char[] letters){ }

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: 275 Post-solution available

Copyright Nick Parlante 2017 - privacy