7. 一 Java 程式片段如下,執行後下列何者為其輸出?__________
   Int i=1 
Do while (i<2)
 System.out.println(i++);
 While(i>1);