这话可以更方便些吧

2020-04-10  本文已影响0人  rogwan

直接贴

https://qq.com-

E=mc^2

public class Test {
   public static void main(String args[]) {
      int x = 10;
      while( x < 20 ) {
         System.out.print("value of x : " + x );
         x++;
         System.out.print("\n");
      }
   }
}
上一篇 下一篇

猜你喜欢

热点阅读