用C語言畫三角形

【最簡單】 /* Write a program in C to display the pattern like right angle triangle using asterisk. */ #include <stdio.h> int main() { int i, j, rows; printf("Input number of rows:")
相關文章
相關標籤/搜索