最新回答 / 慕标3571052
http://www.chinaso.com/newssearc ... F%E9%AA%91%7A%61%65https://s.liqucn.com/s.php?words ... 9%AA%91%7A%69%65%74http://www.chinaso.com/newssearc ... 9%AA%91%69%7A%70%67https://s.liqucn.com/s.php?words ... 0%8F%E9%AA%91%6E%6Chttp://www.chinaso.com/newssear...
2022-02-15
已采纳回答 / lolmbp
可以,但不建议。例如平均值,两者均能正常编译运行,但后者更规范double pingJunZhi; // baddouble avg; // good
2021-07-02
已采纳回答 / 瓜皮瓜皮
public class HelloWorld{ public static void main(String[] args) {int age1=24;int age2=18;int age3=36;int age4=27;int sum=age1+age2+age3+age4;int avg=(age1+age2+age3+age4)/4;int minus=(age1-age2);int newAge=age1--;System.out.println("年龄总和:"+s...
2021-06-02