摘要: package com.chongrui.test;/* * 经典实例,判断那一条是闰年 * 闰年的定义:如果被4整除且不能补100整除或者被400整除则该年是闰年 * * */import java.util.Scanner;public class TypeConvertion { public 阅读全文
posted @ 2016-12-26 00:30 tantanba 阅读(172) 评论(0) 推荐(0) 编辑
摘要: package com.chongrui.test; public class TypeConvertion { public static void main(String[] args) { // TODO Auto-generated method stub int intNum = 3; f 阅读全文
posted @ 2016-12-26 00:15 tantanba 阅读(131) 评论(0) 推荐(0) 编辑