摘要: Exercise 2-1. Write a program that prompts the user to enter a distance in inches andthen outputs that distance in yards, feet, and inches. (For those... 阅读全文
posted @ 2014-12-13 21:17 稳稳稳稳稳稳 阅读(725) 评论(0) 推荐(0) 编辑
摘要: // Exercise 1.3 Output a name and address#include int main(void){ printf("/"It's freezing in here,\" he said coldly.\n"); return 0;} // The double... 阅读全文
posted @ 2014-12-13 19:18 稳稳稳稳稳稳 阅读(148) 评论(0) 推荐(0) 编辑
摘要: #includeint main(void){ printf("My name is xiaomi5320\n\tMy address is www.cnblogs.com/xiaomi5320\n"); return 0;}将1.1 换成一行输出。 Question: // The c... 阅读全文
posted @ 2014-12-13 18:26 稳稳稳稳稳稳 阅读(150) 评论(0) 推荐(0) 编辑
摘要: #includeint main(void){ printf("My name is xiaomi5320\n\t"); printf("My address is www.cnblogs.com/xiaomi5320\n"); return 0;} 阅读全文
posted @ 2014-12-13 18:11 稳稳稳稳稳稳 阅读(121) 评论(0) 推荐(0) 编辑