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 }
原文地址:https://www.cnblogs.com/cherrydream/p/9799206.html