方法中形参为一个数组,实参怎么输入?
比如:
public int coins1(int[] arr, int aim)
使用方法时,输入的实参数组的方法为:
a.coins1(new int[] {1,2,3},5);