12312
1231
public int getCounter(int totalRaised) {
int raised = this.getTotalRaised();
this.setTotalRaised(this.getTotalRaised() + 1);
return raised;
}
123123
123123
public int getCounter(int totalRaised) {
int raised = this.getTotalRaised();
this.setTotalRaised(this.getTotalRaised() + 1);
return raised;
}
|
|
|
---|---|---|
|
|
|
|
|
|
1231123