美文网首页
事单考试计算机常考知识

事单考试计算机常考知识

作者: IT猿海棠传 | 来源:发表于2019-12-30 09:02 被阅读0次

平时写代码很少写这个都忘记了,考试用到了,竟然忘记写加粗的地方。

public class HelloWorld {

    public static void main(String [] args) {

        Scanner sc = new Scanner(System.in);

        System.out.println("请输入你的姓名:" );

        String name =sc.nextLine();     //       或者: ||         并且:&&

        System.out.println("输入的姓名为:"+name);

    }

}

二进制、八进制等

相关文章

网友评论

      本文标题:事单考试计算机常考知识

      本文链接:https://www.haomeiwen.com/subject/yzvroctx.html