理解JAVA的循环语句

public class Testwhile{ public static void main(String[] args){ int x=1,y=2; System.out.println(“This Method. And then we will in two WHILE!!!”); while(x<8){ System.out.print(" NOW X IS “+ x); x=x+1;
相关文章
相关标签/搜索