摘要: 函数引用时候, 先在前面声明函数, 接着是int main() { ..................... } 这里是引用函数的具体描述 使用隔开//************************************************** //******************** 阅读全文
posted @ 2017-06-17 19:53 sky_lover 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1 //体重指数程序 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 8 int main() 9 { 10 const int BMI_CONSTANT = 703; 11 float weight; 12 float height; 13 fl... 阅读全文
posted @ 2017-06-17 17:57 sky_lover 阅读(257) 评论(0) 推荐(0) 编辑