public class Drmo09 { //修饰符不存在先后顺序 static final double PI = 3.14; // 修饰符 变量类型 变量名 变量值 public static void main(String[] args) { }}