1   1  /  1  页   跳转

VB编程题!

VB编程题!

1.根据学生的考试成绩,只要满足如下条件之一即可进行奖励:
1)所考五门课程的成绩超过450分
2)每门课程的成绩均在85分以上
3)前3门课程(主课)的成绩在95分以上,其他两门(非主课)都在80分以上。
2.从键盘上输入10个数,打印出其中的每个负数,并分别计算出正数和负数的和。
编程要求:
1)10个数通过输入框函数输入
2)程序运行时,将正数与负数分别放置在两个文本框中,在文本框的下方分别显示正数与负数的和。
谢谢!希望有人会知道!
最后编辑2006-12-14 08:38:20
分享到:
gototop
 

Function f(Chinese as integer,Math as integer,English as intger,Other1 as integer,Other2 as integer) as boolean
dim sum as integer
sum=Chinese+Math+English+Other1+Other2
if (sum>450) then
f=True
exit function
end if

if(Chinese>85 and Math>85 and English >85 and Other1 >85 and Other2 >85) then
f=True
exit function
end if

if(Chinese >90 and Math >90 and English >90 and Other1>80 and Other2>80) then
f=True
exit function
end if

f=False
End Function
gototop
 

第二个太简单了,希望你自己能完成
gototop
 

谢了兄弟!
gototop
 

如果上天再给我一次机会

我会说

VB 我会好好学的
gototop
 

有MSDN和API手册=KO!
gototop
 

赞成4楼的,VB和其他语言一样是基础,哎。。。。。。
真该好好学学了!其实在平时的忙碌中最好能学下这些!
gototop
 

5楼的那个是什么工具啊?
gototop
 
1   1  /  1  页   跳转
页面顶部
Powered by Discuz!NT