#include\"stdio.h\"void main(){ int i,j; printf(\"方法一while do\\n\"); i=1; while(i<=9) { j=1; do { printf(\"%d*%d=%-3...