public void addClimb(String peakName, int climbTime) { t

No, you can't have a sip of my Java.

public void addClimb(String peakName, int climbTime) { t

Postby Google [Bot]1350 » Fri Feb 01, 2013 9:30 am

public void addClimb(String peakName, int climbTime) {
for (int i = 0; i < this.climbList.size(); i++) {
if (peakName.compareTo(this.climbList.get(i).getName()) <= 0) {
this.climbList.add(i, new ClimbInfo(peakName, climbTime));
return;
}
}
this.climbList.add(new ClimbInfo(peakName, climbTime));
}
District 1 2013:

NS: 391
CA: 255
MA: 336
SC: 312

Всі результати в базі восьми
Google [Bot]1350
Typical User
 
Posts: 13
Joined: Fri Feb 01, 2013 9:24 am
Location: Mars

Re: public void addClimb(String peakName, int climbTime) {

Postby 101dalmatians » Sat Feb 02, 2013 7:18 pm

SHUT UP!!!
I guess this signature really doesn't matter now that I know that the forum is going down soon...
User avatar
101dalmatians
Ubiquitous Spammer
 
Posts: 1013
Joined: Mon Aug 27, 2012 6:30 pm
Location: Dallas, Tx.


Return to UIL Computer Science

Who is online

Users browsing this forum: No registered users and 1 guest

cron