2017年3月21日

摘要: #include <stdio.h>#include <math.h>#include <stdlib.h>void main() { int user,computer; int usercount=0,computercount=0; char count; printf(" \n"); pri 阅读全文
posted @ 2017-03-21 16:20 流逝之羽 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 作业1.根据用户输入的10人成绩并将其保存到数组中,求最高成绩,最低成绩和平均成绩 作业2.根据用户输入的5个数字并将其保存到数组中,对其进行从高到低排序 作业3.根据用户输入的10个数字并将其保存到数组中,用户输入要查找的数字,如果查找到该数字打印其在数组中的位置,否则打印该数组中没有你要查找的元 阅读全文
posted @ 2017-03-21 11:17 流逝之羽 阅读(84) 评论(0) 推荐(0) 编辑

导航