user1761786

321
reputation
1
3
6

public int add(int a,int b) {

return a+b;

}