java--函數

打印三角形: public class FunctionDemo01 { public static void main(String[] args) { getResult(4); } public static void getResult(int row){ for (int x = 0;
相關文章
相關標籤/搜索