摘要: 代码练习题 练习1:键盘输入一个年份和月份,判断当月多少天? import java.util.Scanner; public class demo1{ public static void main(String[] args) { Scanner scan = new Scanner(Syste 阅读全文
posted @ 2020-03-21 11:03 Kerwin_chyl 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 练习题 1、数据类型 请填写以下语句的输出结果() System.out.print(9+9+"×"); System.out.printin("\tx"+9+9); 答案:18x x99 以下代码运行结果是() inta=1; float b=1.1; System.out.printin(a+b 阅读全文
posted @ 2020-03-21 10:55 Kerwin_chyl 阅读(1054) 评论(0) 推荐(0) 编辑