java 004 方法 和 數組

方法 方法三要素 方法名【重要】     調用方法使用的名字 形式參數列表     該方法執行需要的外來數據 返回值類型     當前方法給予外部的反饋 無參數無返回值方法 class Method1 {     public static void main(String[] args) {              TellYou();         TellYou();         T
相關文章
相關標籤/搜索