暖阳的秋天
2019-02-04 16:07
int three1=one+two
int three2=three1+one
int three3=three2-one
int three4=-three3*one
int three5=three4/one
int three6=three5%one
System.out.println(three1)
System.out.println(three2)
System.out.println(three3)
System.out.println(three4)
System.out.println(three5)
System.out.println(three6)
没有蠢的代码,自己习惯就好,但是会被人说如果觉得别人说的对改就行了
自由练习,你把代码区分了一下 这样显得明了一点
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题
回答 2
回答 3
回答 5
回答 2
回答 1