今天是: 2004年10月29日 星期五
 v 您现在的位置:交流网首页 >> 编程天地版 >> 正文阅读
[查看相关贴][文本保存][打包邮寄][打印][关闭窗口]
 

vfp代码1

作者:★冰峰★(xzwn82)  发表于2003-12-27 0:16:09


*评分程序
set talk off
set decimals to 6
clear
store 0 to x,s
input "有多少评委?" to n
ln=len(alltr(str(n)))
dimension a(n)
for i=1 to n
a(i)=rand()*10
s=s+a(i)
??a(i)
x=x+1
if x%7=0
?
endif
endfor
store a(1) to ma,mi
for i=2 to n
if a(i) > ma
ma=a(i)
a=i
endif
if a(i) < mi
mi=a(i)
d=i
endif
endfor
s=(s-ma-mi)/(n-2)
?"最高分:"+str(ma,8,6)+" 位于:"+alltr(str(a,ln))," 最低分:"+str(mi,8,6)+" 位于:"+alltr(str(d,ln))
?"平均分数为:",s
?" 杨淼:0377-3297973"
set talk on  *©80*

公司简介 - 相关条款 - 站点地图 - 合作信息 - 网站建设 - 广告业务
Copyright  ©  2002-2004  八十年代·版权所有