×

JiongParty 

Home About Contact Version: 0.8

JiongParty

Fans of the HaHaJiang

Hello Jiong, +1

Hello Jiong, +1

2017, Apr 21     yichengr

+1s

public class Person {
    private long age = 0;
    public void plus1s(Person elder) {
        elder.age += 1;
        this.age -= 1;
    }
}