2016年9月21日
摘要: 这次的代码较上次的比较更难,语句更复杂,目前只有最开始的include语句和int语句比较熟悉了,剩下的语句有待提高,函数的编程对比普通输出语句来说更复杂,约束条件更多,此处就要加倍认真去编写,比如区分“:”和“;”还有ruturn 0后面的“;” 都是我易丢的符号,通过对比书上的例子,我自己编写了 阅读全文
posted @ 2016-09-21 19:01 160809107于博毅 阅读(136) 评论(1) 推荐(0) 编辑
摘要: 练习1 #include<stdio.h>#include<math.h>int main(void){ int money,year; double rate,sum; printf("Enter money:"); scanf("%d",&money); printf("Enter year:" 阅读全文
posted @ 2016-09-21 17:48 160809107于博毅 阅读(167) 评论(3) 推荐(0) 编辑