![]() |
|
|
#1 |
|
Perennial Pro-bowler
Join Date: Mar 2006
Posts: 779
|
The code explains itself. The problem is that instead of "Redtodaybook", I get "Redtoday;;lk". Why is it skipping "book" and why is it reading ";;lk"?
p.s. the Character.isLetter method yields the same result. Code:
package homework7;
/* Write the two methods described below. Submit your assignment via
* Blackboard.
*/
import java.util.ArrayList;
/* (Step 1) Write a method with the following header
This method returns a String that is found by concatenating
the Strings in the ArrayList object that begin with an
alphabetic character.
For instance if the ArrayList contains the following list of Strings
"2"
"cat"
"
|
|
|
|
| Sponsored Links |
|
|
#2 |
|
Go Broncos, Nuggets, Rox
Join Date: Apr 2004
Location: Back In The 303!
Posts: 14,813
Adopt-a-Bronco: Ty Lawson |
![]() |
|
|
|
|
|
#3 |
|
Pro Bowler
Join Date: Jan 2006
Location: Philadelphia, PA
Posts: 663
|
The debugger is your best friend...
Code:
public static String getString(ArrayList |
|
|
|
|
|
#4 | |
|
Perennial Pro-bowler
Join Date: Mar 2006
Posts: 779
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Ring of Famer
Join Date: Nov 2006
Posts: 3,838
Adopt-a-Bronco: None |
As long as we're doing your homework, I figured we might as well help you learn something useful about programming! Take a look at the following:
Code:
public static String getString( List Anyway, after NOT copying this, look up the following terms to understand this implementation: * Regular Expressions * Recursion * Java Collections * Trinary operator and learn something useful to the real programming world =) P.S. The BBS is stripping out some of the code. Look at the full source by clicking "quote". Last edited by Fedaykin; 03-20-2011 at 06:07 PM.. |
|
|
|
|
|
#6 | |
|
on borrowed time
Join Date: Jan 2010
Location: Phoenix, Az
Posts: 265
Adopt-a-Bronco: Dennis Smith |
Quote:
![]() |
|
|
|
|
|
|
#7 | |
|
Perennial Pro-bowler
Join Date: Mar 2006
Posts: 779
|
Quote:
|
|
|
|
|
|
|
#8 |
|
Ring of Famer
Join Date: Nov 2006
Posts: 3,838
Adopt-a-Bronco: None |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Broncos want to be just like the Chiefs! | Bob's your Information Minister | Orange Mane Central Discussion | 51 | 11-12-2010 03:22 PM |
| Great idea from one of your fellow Broncos fans... | Bob's your Information Minister | Orange Mane Central Discussion | 6 | 11-03-2010 08:10 PM |
| Criminals Demand Rights In Protests Across the Country | Bronco_Beerslug | War, Religion and Politics Thread | 90 | 05-07-2007 05:52 PM |