摘要: Exercise 5-1. Write a program that will read five values of type double from the keyboardand store them in an array. Calculate the reciprocal of each ... 阅读全文
posted @ 2014-12-18 19:19 稳稳稳稳稳稳 阅读(468) 评论(1) 推荐(0) 编辑
摘要: Recommendation:Exercise 4-1. Write a program that will generate a multiplication table of a size entered by the user. a table of size 4, for instance,... 阅读全文
posted @ 2014-12-18 18:49 稳稳稳稳稳稳 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 1. 取模运算时,将两个数字从double 转换为long,因为c语言中%运算只能用于整数。 阅读全文
posted @ 2014-12-18 11:58 稳稳稳稳稳稳 阅读(327) 评论(1) 推荐(0) 编辑