Scanner

来源:-

慕哥1464261

2015-10-19 22:29

  Scanner sc=new Scanner(System.in);

           int x=sc.nextInt();

           double y=sc.nextDouble();

           sc.nextLine();

           String s=sc.nextLine();

为什么要另外写一句sc.nextLine();直接写String s=sc.nextLine();,为什么程序不会执行

写回答 关注

2回答

  • 慕哥1464261
    2015-10-20 15:24:18

    没报错,但程序不能运行

  • 心悦君夕
    2015-10-20 10:00:19

    有报错信息吗?

Java入门第三季

Java中你必须懂得常用技能,不容错过的精彩,快来加入吧

409792 学习 · 4340 问题

查看课程

相似问题