摘要:
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 ... 阅读全文
摘要:
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,... 阅读全文
摘要:
1. 取模运算时,将两个数字从double 转换为long,因为c语言中%运算只能用于整数。 阅读全文