二:程序设计题 1. 2. ...
本次得分为: . . , 本次测试的提交时间为: , 如果你认为本次测试成绩不理想,你可以选择再做一次。 单选 分 下面程序片段哪个没错 得分 总分 A. int n int amp r n B. int n const int amp r n r C. int n const int amp r n int amp r r D. int n int amp r n const int r r . ...
2020-03-08 13:33 0 957 推荐指数:
二:程序设计题 1. 2. ...
coding.net地址:https://coding.net/u/Boxer_ ssh:git@git.coding.net:Boxer_/homework.git -------------- ...
一.对计算机科学与技术的认识。 二.对C语言的了解 三.学习目标 四.大一的计划 五.博客作业 ...
这个作业属于C语言课程 https://edu.cnblogs.com/campus/zswxy/CST2020-1 这个作业要求在哪里 https://edu.cnblogs.com/campus/zswxy ...
这个作业属于哪个课程 https://edu.cnblogs.com/campus/zswxy/CST2020-2 这个作业要求在哪 ...
这个作业属于哪个课程 https://edu.cnblogs.com/campus/zswxy/SE2020-2 这个作业要求在哪里 ...
这个作业属于哪个课程 https://edu.cnblogs.com/campus/zswxy/SE2020-2 这个作业要求在哪里 ...
题目一:7-3 温度转换 本题要求编写程序,计算华氏温度150°F对应的摄氏温度。计算公式:C=5×(F−32)/9,式中:C表示摄氏温度,F表示华氏温度,输出数据要求为整型。 1.实验代码 2.设计思路 1.定义fahr和celsius; 2.给fahr赋值; 3. ...