问题
单项选择题
下列程序执行后,k的值是( )。 public class TestDemo { public static void main(String args[ ]) { int m=3,n=6,k=0; while((m++)<(--n) ) ++k; System.out.println(k); } }
A.final
B.this
C.super
D.static
答案
参考答案:C
解析:Visual FoxPro中,视图基于数据库中的表、自由表或视图而存在,因此使用命令打开视图,首先要打开包含表的数据库。视图是 不可以单独存在的,它的结果只存放于数据库中。