顺序结构

 

 1 package struct;
 2 
 3 public class ShunXuDemo {
 4     public static void main(String[] args) {
 5         System.out.println("hello1");
 6         System.out.println("hello2");
 7         System.out.println("hello3");
 8         System.out.println("hello4");
 9         System.out.println("hello5");
10     }
11 }

 

posted on 2022-07-18 17:02  一枚努力学习的小白  阅读(22)  评论(0编辑  收藏  举报