Exercise01_02

1 public class Five{
2   public static void main(String[] args){
3 for(int i=0;i<5;i++){
4 System.out.println("Welcome to Java");
5 }
6 }
7 }

 

posted @ 2018-10-16 17:17  CHERRYL  阅读(145)  评论(0编辑  收藏  举报