变量

public class TestVariable {
    public static void main(String[] args) {
        int age;
        age=18;
        int salary=3000;
        int gao=12;
        System.out.println(gao);
        
    }

}

 

posted on 2018-12-10 14:46  有钱淫  阅读(100)  评论(0)    收藏  举报