public class test{\x05public static void main(String args[] ){\x05int x=0;\x05\x05int y=0;\x05while (x4){y=y-1;}System.out.print(x + ""+y+" ");x=x+1;\x05}\x05}\x05}02 14 25 36 47
问题描述:
public class test{
\x05public static void main(String args[] ){
\x05int x=0;
\x05\x05int y=0;
\x05while (x4){
y=y-1;}
System.out.print(x + ""+y+" ");
x=x+1;
\x05}
\x05}
\x05
}
02 14 25 36 47
答