2017年10月9日

9.25作业 朱丽 1636050061

摘要: /*程序员:朱丽 一、输出结果(“5+5=”+5+5) */ public class A{ public static void main(String[] args) { System.out.println("5+5="+5+5); } } // 二、输出结果("a="+a+",b="+b) 阅读全文

posted @ 2017-10-09 13:05 哈尼鹿 阅读(107) 评论(0) 推荐(0) 编辑

导航