.-.. - - - …- -的博客一 代码实现 DATA SEGMENT INPUT DB 'PLEASE INPUT X(0~9):$' RESULT DB 'The square value of X is:$' TABLE DB 0,1,4,9,16,25,36,49,64,81 XX DB ? YY DB ? DATA ENDS STACK SEGMENT PARA STA
狮子座的男孩的博客Ⅰ、用while循环求和的平均值: ①、//代码摘下直接可以运行 #include<stdio.h> int main() { int count=0,total,number; total=0; //total:存放累加和 printf(“Please input six number!\n”); while(count&...