C語言打印乘法口訣表

想必乘法口訣表你們都知道長什麼樣子,今天咱們來用c語言來實現打印乘法口訣表,話很少說,直接上代碼: #include<stdio.h> 2 int main(){ 3 int num=0; 4 printf("please give a number: "); 5 scanf("%d",&num);
相關文章
相關標籤/搜索