A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

[code]package packag;
import java.util.Scanner;
public class Dome06 {
  public static void main(String[] args) {
    System.out.println("请选择如下功能:");
    System.out.println("\t1 显示全部用户列表");
    System.out.println("\t3 添加新用户");
    System.out.println("\t2 修改用户的密码");
    System.out.println("请选择 (0,1,2,3,4,):");
    Scanner console = new Scanner(System.in);
    int comaad = console.nextInt();
    switch(command){  //有人解释下为什么最后排代码在Eclipse里会出现红X啊?无法运行最后排代码
  }
}
}

1 个回复

倒序浏览
楼主 你应该把你的整个代码都贴出来 这样代码才写一半谁也看不出来是为什么错误。还有传入的词单词也拼错了  你现在这样贴一半肯定是红X,因为都没有传入后的方法运行。
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马