欢迎来到皮皮网官网

【培训运营源码】【投稿php源码】【90坦克 源码】培训学员管理系统源码_培训学员管理系统源码怎么做

时间:2024-11-15 01:29:40 来源:久久资源源码

1.在线求高手给个学生考勤管理系统的培训培训简单点的C语言源代码!

培训学员管理系统源码_培训学员管理系统源码怎么做

在线求高手给个学生考勤管理系统的学员系统学员系统培训运营源码简单点的C语言源代码!

       这个是管理管理投稿php源码我很早以前写的还找到了,给你算了,源码源码90坦克 源码很简单的培训培训识图的源码一个东西

       #include "stdio.h"

       #include "string.h"

       int main()

       {

        char name[][8];

        int grade[][4];

        int zm=0;

        int ze=0;

        int zc=0;

        int zz=0;

        int n;

        int i;

        printf("Please input the nummber of students:");

        scanf("%d",&n);

        for(i=0;i<n;i++)

        {

        printf("Please input the %dth student's name:",i+1);

        scanf("%s",&name[i]);

        printf("Please input the %dth student's Math score:");

        scanf("%d",&grade[i][0]);

        printf("Please input the %dth student's English score:");

        scanf("%d",&grade[i][1]);

        printf("Please input the %dth student's Computer score:");

        scanf("%d",&grade[i][2]);

        grade[i][3]=grade[i][0]+grade[i][1]+grade[i][2];

        }

        printf("Name Math Enlish Computer total\n");

        for(i=0;i<n;i++)

        printf("%s\t%d\t%d\t%d\t %d\t\n",name[i],grade[i][0],grade[i][1],grade[i][2],grade[i][3]);

        return 0;

       }

copyright © 2016 powered by 皮皮网   sitemap