这个题怎么做啊,路过的大神帮忙看看哪位大神可以帮帮我
public class Add{ public int a=6; public int b=7; public int add(int a,int b){ return a+b; } }