码迷,mamicode.com
首页 > 编程语言 > 详细

明解JAVA 第一章答案

时间:2019-12-05 09:16:22      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:ack   main   watch   can   运行   span   style   str   sys   

练习1-1

无法运行

练习1-2

package candle1220;



    class Nightwatch{

        public static void main(String[] args) {
            System .out .print("柴\n田\n望\n洋");
        }
    }

练习1-3

package candle1220;



    class Nightwatch{

        public static void main(String[] args) {
            System .out .print("柴\n田\n\n望\n洋");
        }
    }

 

明解JAVA 第一章答案

标签:ack   main   watch   can   运行   span   style   str   sys   

原文地址:https://www.cnblogs.com/nightswatch-candle/p/11986693.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!