摘要: #include int main (void) { double pay = 0.0; double hours = 0.0; int dollars = 0; int cents = 0; //ger the weekly pay ... 阅读全文
posted @ 2014-12-16 22:24 稳稳稳稳稳稳 阅读(333) 评论(0) 推荐(0) 编辑
摘要: // Exercise 2.3 Calculating volume price of alternative products// The only problem here is to devise a way to determine the price// for the product ... 阅读全文
posted @ 2014-12-16 21:50 稳稳稳稳稳稳 阅读(216) 评论(0) 推荐(0) 编辑
摘要: #include int main(void){ long feet = 0L; long inches = 0L; double length = 0.0; double width = 0.0; const long inches_per_feet = 1... 阅读全文
posted @ 2014-12-16 12:52 稳稳稳稳稳稳 阅读(153) 评论(0) 推荐(0) 编辑