輸出乘法口訣表

輸出乘法口訣表: #include<stdio.h> #include<stdlib.h> main() { int x = 1; int y = 1; int z = x*y; for (x=1; x <= 9; x++) { //x=1時往下執行一個循環。然後=2,=3,=4...在執行一個循環....... for (y
相關文章
相關標籤/搜索