C语言代码

[复制链接]
查看11 | 回复3 | 2011-7-19 09:04:15 | 显示全部楼层 |阅读模式
用C语言编写一段0-9的随机整数用循环,每次产生1个0-9的随机数赋值给一个数组

回复

使用道具 举报

千问 | 2011-7-19 09:04:15 | 显示全部楼层
#include#includestruct student{ long int snum; char name[20]; char sex; int age; float cscore; float escore;}stu1,stu2;void main(){ system( "graftabl 936 ");
/*本人用TC调试,调用Ms-Dos中文支持 */ clrscr();
/* 清屏*/ printf("1\n"); scanf("%ld %s %c %d ...
回复

使用道具 举报

千问 | 2011-7-19 09:04:15 | 显示全部楼层
接下来思路乱了,请求帮我补全要求能运行,把完整的代码发给我 #includeC语言成绩 英语成绩 10087 HanLei f 19 95.0 80.0 你自己写啊 .....
回复

使用道具 举报

千问 | 2011-7-19 09:04:15 | 显示全部楼层
int j,a[5],b[5],sum=0;//srand(time(NULL));
for(j=0;j<5;j++)
{
scanf("%d",&a[j]);
b[j]=rand()%10;
{
i...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行