int minus=|age2-age1|; 为啥这样不行?
int minus=(int)(Math.abs(age2-age1));
这个不是数学,这是在敲代码呀。
没有这个运算符
Math.abs(变量); 这个来求绝对值