使用当前浏览器访问考试宝,无法享受最佳体验,推荐使用 Chrome 浏览器进行访问。
更新时间: 试题数量: 购买人数: 提供作者:
有效期: 个月
章节介绍: 共有个章节
我的错题 (0道)
我的收藏 (0道)
我的斩题 (0道)
我的笔记 (0道)
顺序练习 0 / 0
随机练习 自定义设置练习量
题型乱序 按导入顺序练习
模拟考试 仿真模拟
题型练习 按题型分类练习
易错题 精选高频易错题
学习资料 考试学习相关信息
int x = 1;
if (x==1) {
System.out.println("1");
}else{
System.out.println("2");
}
if (x!=2) {
if (x=1) {
long x=2;
int score = 99;
if (score>=60){
System.out.println("恭喜合格了!");
if (score<60){
System.out.println("很遗憾,不合格!");
if (score>90){
System.out.println("分数不错,继续加油");
int score = 99, x = 0;
x = 1;
}else if (score>=70) {
x = 2;
x = 0;
x++;
public class Test{
public static void main(String[] args){
int x = 1.2;
x = 3;
boolean x = false;