Exercise01_01

1 public class print{
2   public static void main(String[] args){
3 System.out.println("Welcome to Java");
4 System.out.println("Welcome to Computer Science");
5 System.out.println("Programming is fun");
6 }
7 }

 

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