String parameter and returns an array


Write a static method, getBigWords, that gets a String parameter and returns an array whose elements are the words in the parameter that contain more than 5 letters. (A word is defined as a contiguous sequence of letters.) So, given a String like "There are 87,000,000 people in Canada", getBigWords would return an array of two elements, "people" and "Canada".

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: String parameter and returns an array
Reference No:- TGS0101105

Expected delivery within 24 Hours