摘要: import java.util.Scanner; public class perpetualCalendar { public static void main(String[] args) { // TODO Auto-generated method stub int year;//年 in 阅读全文
posted @ 2018-02-01 21:17 biubiubiuo 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 1.进制转换由低到高:byte<short(char)<int<long<float<double 2.java八种基本数据类型(存在栈里): 整数类型 byte,short,int,long, 浮点类型 float,double 字符类型 char 布尔类型boolean true,false S 阅读全文
posted @ 2018-02-01 21:01 biubiubiuo 阅读(111) 评论(0) 推荐(0) 编辑