找考题网-背景图
问答题

简答题 我怎么输出一个int/double/字符串?

【参考答案】

在程序开始写:PrintWriter cout=new PrintWriter(System.out);需要时写:cout.print(n);或者out.println(“hello”)等等。