Stack Exchange
Stack Overflow
Questions
Tags
Users
About
Stack Overflow
Public
Questions
Tags
Users
About
user1761786
321
reputation
1
3
6
Member since
October 20 2012
30 profile views
Last seen
Jun 12 '17 at 21:00
public int add(int a,int b) {
return a+b;
}