首页
社区
课程
招聘
[旧帖] [求助]Visual Foxpro程序调试试题 0.00雪花
发表于: 2011-10-22 18:32 1125

[旧帖] [求助]Visual Foxpro程序调试试题 0.00雪花

2011-10-22 18:32
1125
描述:1,运行Visual Foxpro,新建一个程序文件,该程序文件内容如下: set default to c:\test use 学生简历 .dbf average tosumofclass to 班级=“169” students=0 go bottom do bottom do while not eof( ) students=students+1 exit enddo ?“169班的学生数为:”,sumofclass ?“学生总数为:”,students use 2,调试该程序,使其实现以下功能:(1)计算并在屏幕上显示169班人数(2)计算并在屏幕上显示学生人数 3写下调试好的程序
该程序该怎么写

[培训]《安卓高级研修班(网课)》月薪三万计划,掌握调试、分析还原ollvm、vmp的方法,定制art虚拟机自动化脱壳的方法

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 27
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
只能看看,帮不了你
2011-10-22 20:06
0
游客
登录 | 注册 方可回帖
返回
//