|
thank you sooooo much
but I can't understand the following lines, can anyone plz explain it?
private void checkSpelling(String s) {
// Run through the words array and test the
// variable "s" against each word in the list
// that begins with the same first letter as
// "s" has. Print the results of your test.
}
|