使用当前浏览器访问考试宝,无法享受最佳体验,推荐使用 Chrome 浏览器进行访问。
更新时间: 试题数量: 购买人数: 提供作者:
有效期: 个月
章节介绍: 共有个章节
我的错题 (0道)
我的收藏 (0道)
我的斩题 (0道)
我的笔记 (0道)
顺序练习 0 / 0
随机练习 自定义设置练习量
题型乱序 按导入顺序练习
模拟考试 仿真模拟
题型练习 按题型分类练习
易错题 精选高频易错题
学习资料 考试学习相关信息
public class Test{
public static main(String[] args) {
system.out.print(“Hello!”);
}
(2.5)
public void methodl (String info){
info=info+T;
System.out.println(info);
public static void main(StringD args) {
String info=”hello”;
Test test=new Test();
test.methodl(info);
Public class test{
public static void main(String []args){
int s=0;
int a[] = {1,2,3,4,5,6,7,8,9};
for(int i=0;i<a.length;i++){
if(a[i]%3 == 0){
s += a[i];
int a=2,b=-1,c=2;
if(a<b)
if(b<0)
c=0;
else
c++;
System.out.println(c);
switch(x){
case1: System.out.println(1);
cas2:
cas3: System.out.println(3);
cas4: System.out.println(4);
} 当x=2时,运行结果是( )。(选择一项)
int a = 1,b = 5,c;
++a;
b++;
c=a+b;