while()循环、基本运算符、平方、指数增长、

1、while(条件) {代码块} 示例程序: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #include<stdio.h> #define ADJUST 7.64 #define SCALE 0.325 int  main() { double  shoe,foot; printf ( "shoe size (men's)     foot length\n"
相关文章
相关标签/搜索