10月11日星期一 class bb {public static void main(String[] args) {int i1 =10;int i2 =20;int i = i1+1;System.out.println("i="+i);System.out.println("i2="&……