public class HelloWorld{
public static void main(String[] args) {
int one = 10 ;
int two = 20 ;
int three = 0 ;
int three=one+two;
int three+=one;
int three-=one;
int three*=one;
int three/=one;
int three%=one;
System.out.println("three=one+two==>;"+three);
System.out.println("three+=one==>;"+three);
System.out.println( "three-=one==>;"+three);
System.out.println("three*=one==>;"+three);
System.out.println("three/=one==>;"+three);
System.out.println("three%=one==>;"+three);
loren_ll
工程小哥
卓戈卡奥
qq_一立_0
雪落无痕ol
菜饼
Caballarii
相关分类