public static void main(String[] args) {. int rows = 5; ... //Upper Inverted Pyramid. for (int i = 0; i <= rows - 1; i++) {.
確定! 回上一頁